Re: Cannot connect Phoenix to HBase in secure cluster (Kerberos)

2017-03-14 Thread Josh Elser
When you provide the principal and keytab options in the JDBC URL, the ticket cache (created by your kinit invocation) is not used. What does the other logging say from your client? You should see a message about Phoenix performing a Kerberos login given the information you provided.

Cannot connect Phoenix to HBase in secure cluster (Kerberos)

2017-03-14 Thread rohitrk.10
Hi, We are trying to connect to HBase in secure cluster using the following command as mentioned in the website, ./sqlline.py Zookeeper_Node_Hostname:5181:/hbase:Principal:keytab. Hadoop version is MapR 5.2, HBase ver. 1.1.1 and Phoenix ver. 4.8.1 for HBase 1.1.1. We have executed