Troubleshooting an HBase Connection Configured for Clusters that Do Not Use Kerberos Authentication

Troubleshooting an HBase Connection Configured for Clusters that Do Not Use Kerberos Authentication

I got a valid Kerberos ticket when I configured a Kerberos connection in the Developer client to connect to the HBase master server that uses Kerberos authentication. Later when I used the same setup and disabled the Kerberos authentication to connect to a cluster that does not use secure authentication, the connection failed.
The error occurs because the mode of authentication in the
hive-site.xml
configuration set does not update and the same ticket that was generated for a Kerberos cluster is used for the cluster that does not use Kerberos authentication. To resolve the issue, verify that the
hive-site.xml
configuration set contains the correct mode of authentication.

0 COMMENTS

We’d like to hear from you!