Object that contains message ksb.csle.common.proto.DatasourceProto.PhoenixInfo PhoenixInfo contains attributes as follows:
message PhoenixInfo { required string jdbcUrl = 1; required string zkUrl = 2; required string tableName = 3; optional string userName = 4; optional string password = 5; optional WriteMode writeMode = 6 [default = APPEND]; repeated string primaryKey = 7; }
Close the connection with HBase.
Close the connection with HBase.
Object that contains message ksb.csle.common.proto.DatasourceProto.PhoenixInfo PhoenixInfo contains attributes as follows:
Object that contains message ksb.csle.common.proto.DatasourceProto.PhoenixInfo PhoenixInfo contains attributes as follows:
message PhoenixInfo { required string jdbcUrl = 1; required string zkUrl = 2; required string tableName = 3; optional string userName = 4; optional string password = 5; optional WriteMode writeMode = 6 [default = APPEND]; repeated string primaryKey = 7; }
Save DataFrame to the given HBase table using Phoenix.
Save DataFrame to the given HBase table using Phoenix.
DataFrame to save
:: ApplicationDeveloperApi ::
Writer that saves DataFrame to HBase using Phoenix.