Example: run an application for the Apache HBase client
Checking the example of how to run a Maven application for the HBase client gives you better understanding about how to run your own application for the HBase client.
The
requiredKerberos
option is set to true
for the Apache
HBase client. The application must be run for this client from a computer which:- Has internal network access to the public cloud in which the database is deployed
- Can resolve the internal hostnames of the database
- Can obtain a Kerberos ticket from the database's Kerberos Key Distribution Center (KDC)
One way to run the Apache HBase client applications is to launch an edge node in your cloud provider which meets the above requirements.
Ensure that you download the directory containing the Apache HBase client configuration files
from clientConfigurationUrl
provided in
describe-client-connectivity
response. This is a protected endpoint, and you
have to use your CDP workload credentials to access this endpoint. You can also get the Apache
HBase client configuration as a client tarball from the COD database web user interface
Connect tab.