Created 01-04-2017 07:38 AM
Hi,
I'm using HDP 2.4. After Enabling kerberos hbase thrift can't able to start. hbase thrift has been started by below command
hbase thrift start --infoport 9095 -p 9090
When i started it shows some logs,pls find my attachment of hbase thrift log hbase-thrift-log.txt.
Please tell me how to resolve this issue?
Created 01-04-2017 05:37 PM
Please share what you did which caused that error. Presumably you had a client try to connect to the server. Please be as specific as possible.
Created 01-05-2017 05:26 AM
Sorry i forget to mention. I'm trying to access hbase browser via hue. I'm configuring hue by below link;
http://gethue.com/hbase-browsing-with-doas-impersonation-and-kerberos/.
kerberos has been enabled by ambari->admin->kerberos with existing directory.
Created 01-05-2017 12:28 PM
You are probably hitting the issue as described in the hue documentation :
http://gethue.com/hbase-browsing-with-doas-impersonation-and-kerberos/
Note If you are getting this error: 1 Caused by: org.apache.hadoop.hbase.thrift.HttpAuthenticationException: Authorization header received from the client is empty. You are very probably hitting https://issues.apache.org/jira/browse/HBASE-13069. Also make sure the HTTP/_HOST principal is in the keytab of for their HBase Thrift Server. Beware that as a follow-up you might get https://issues.apache.org/jira/browse/HBASE-14471.
Created 01-05-2017 12:55 PM
Thanks for your response. pls tell me how to install this patch HBASE-13069 and HBASE-14471 on hortonoworks sandbox?. pls suggest me how to resolve this issue.