[WARN] RecoverableZooKeeper - Possibly transient ZooKeeper exception: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid
[INFO] RetryCounter - Sleeping 4000ms before retry
Solution
Check that you have correct hbase-site.xml in /etc/hbase/conf folder
Or your hbase configuration settings
Property to look for is
<property>
<name>hbase.zookeeper.quorum</name>
<value>yournode01,yournode02 </value>
</property>
No comments:
Post a Comment
Please share your views and comments below.
Thank You.