Member since
12-04-2015
11
Posts
0
Kudos Received
0
Solutions
05-25-2017
06:09 AM
Hi, I am using below principals for hbase kerberos authentication: hbase.zookeeper.quorum=localhost
hbase.zookeeper.property.clientPort=2181
hadoop.security.authentication=kerberos
hbase.security.authentication=kerberos
hbase.master.kerberos.principal=zookeeper/localhost@EXAMPLE.COM
hbase.regionserver.kerberos.principal=zookeeper/localhost@EXAMPLE.COM
hbase.kerberos.principal=zookeeper/localhost@EXAMPLE.COM
hbase.kerberos.keytab=zkpr.keytab Now, when i run my spark job on local it is not connecting to hbase, it shows error message: Unable to connect to zookeeper/localhost@EXAMPLE.COM to zookeeper/localhost@EXAMPLE.COM. I have done kinit zookeeper/localhost@EXAMPLE.COM -k -t zkpr.keytab and it is running fine. Any help will be appreciated.
... View more