Hi All, I have CDH 5.11 cluster (kerberized, but HBase is not yet secured), installed Phoenix 4.14.0-cdh5.11.2 parcel method, test the JDBC connection and succeed. I can query, create table, drop table etc.
And then I enabling kerberos security in HBase, restart service, and JDBC Phoenix is dead. Connection timeout. Just that, no other information. JDBC connection string: jdbc:phoenix:node1,node2,node3:2181:/hbase:an...@realm.com:/home/anung/anung.keytab I try kinit and use sqlline in the datanode and edgenode and yes Phoenix is working. is there something missing in my end? Thank you BR, Anung