Hbase error zookeeper exists failed after 3 retiries

后端 未结 6 1283
抹茶落季
抹茶落季 2021-01-11 23:44

I am using HBASE 0.94.8 standalone mode in Ubuntu. Its working fine i am able to do every operations in Hbase-shell. But after i logged of my system its giving following err

6条回答
  •  死守一世寂寞
    2021-01-12 00:33

    I've got almost the same error "ZooKeeper exists failed after 4 retries". It was caused by running ./start-hbase.sh without having permissions to connect to the port 2181. The solution turned out to be really simple:

    sudo ./start-hbase.sh
    

    I've used the same configuration of hbase-site.xml as it is in Nabeel Ahmed's post.

提交回复
热议问题