Configure Kerberos
All Cloudera Operational Databases (CODs) are secured with Kerberos-based authentication, meaning that only authorized users can connect to your database. All HBase and Phoenix Thick JDBC clients must have a proper Kerberos configuration on the host where they run a client.
Validate that Kerberos is correctly set up. Use the
kinit
command to
validate that you are able to obtain a Kerberos
ticket:$ kinit [***CDP WORKLOAD NAME***]
Password: [***CDP WORKLOAD PASSWORD***]
For more information, see CDP workload user and Setting the workload password.
If you successfully authenticate, you will not receive an error and will be able to
validate that you have a ticket using the klist
command. For more
information, see Installing CDP CLI beta.