Details
-
New Feature
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
There're lots of questions about how to connect to kerberized hbase cluster through hbase-client api from user-mail and slack channel.
hbase.client.keytab.file and hbase.client.keytab.principal are already existed in code base, but they are only used in Canary.
This issue is to make use of two configs to support client-side keytab based login, after this issue resolved, hbase-client should directly connect to kerberized cluster without changing any code as long as hbase.client.keytab.file and hbase.client.keytab.principal are specified.
Attachments
Attachments
Issue Links
- causes
-
HBASE-24954 incorrect value for AuthUtil.HBASE_CLIENT_KERBEROS_PRINCIPAL
- Open
- relates to
-
HADOOP-9567 Provide auto-renewal for keytab based logins
- Resolved
- supercedes
-
HBASE-15779 Examples should use programmatic keytab auth
- Open