Configuring Kerberos
All Cloudera Operational Databases (CODs) are secured with Kerberos-based authentication, which means only authorized users can connect to your database. All HBase and Phoenix Thick JDBC clients must have a Kerberos configuration on the host where they run a client.
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 do not receive an error and can validate that you have a ticket using the klist command. For more information, see Installing CDP CLI beta.
After configuring the Kerberos successfully, you must compile your instance or application against the COD database. For more information, see Compiling Applications.