models.hbase_connect_params module

class models.hbase_connect_params.HBaseConnectParams(hdfs_entity_id=None, kerberos_principal=None, root_data_directory=None, zookeeper_quorum=None)[source]

Bases: object

Implementation of the ‘HBaseConnectParams’ model.

Specifies an Object containing information about a registered HBase source.

Attributes:
hdfs_entity_id long|int): The entity id of the HDFS source for this

HBase

kerberos_principal (string): Specifies the kerberos principal root_data_directory (string): Specifies the HBase data root directory. zookeeper_quorum (list of string): Specifies the HBase zookeeper

quorum.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.