Configure the HBase client service
You can add Controller Services to provide shared services to be used by the processors in your data flow. In the case of data ingest into HBase, use a Controller Service to configure the HBase client service.
When ingesting data into HBase in CDP Public Cloud, use the HBase_2_ClientService Controller Service.
You must define the Controller Services for the processors in your data flow in the configuration of the root process group where they will be used.
Property | Description | Example value for ingest data flow |
---|---|---|
Kerberos Principle |
Specify the user name that should be used for authenticating with Kerberos. Use your CDP workload username to set this Authentication property. |
srv-hbase-ingest-user |
Kerberos Password |
Provide the password that should be used for authenticating with Kerberos. Use your CDP workload password to set this Authentication property. |
password |
Hadoop Configuration Files |
Comma-separated list of Hadoop Configuration files, such as hbase-site.xml and core-site.xml for kerberos, including full paths to the files. |
These are the files you downloaded in Obtain the HBase connection details. |