Hi,
I have been trying to connect to hbase table through Java api.
“WARN zookeeper.RecoverableZooKeeper: Possibly transient ZooKeeper exception: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase-unsecure/master”
This is included in the hbase-site.xml
<property>
<name>zookeeper.znode.parent</name>
<value>/hbase-unsecure</value>
</property>
Also, when I try ‘zookeeper-client’ I get connection refused error.
Could someone advice on this?
Thank you,
Sunitha