Support Questions

Find answers, ask questions, and share your expertise

Getting " KeeperErrorCode = ConnectionLoss for /hbase-secure/hbaseid " while accessing Hbase through Java via Phoenix JDBC Drivers

New Contributor

Code:

Connection conn;

Class.forName("org.apache.phoenix.jdbc.PhoenixDriver");

conn = DriverManager.getConnection("jdbc:phoenix:zk1,zk2,zk3:2181:/hbase-secure:principal_name:key_tab_location");

1 REPLY 1

New Contributor

ZK Ports are open, checked through telnet