Error HBASE-ZOOKEEPER : Too many connections

后端 未结 3 413
情深已故
情深已故 2021-01-19 02:46

I am using Hbase-Hadoop combination for my application along with Data Nucleus as the ORM.

When I am trying to access hbase via several threads at a single time. It

3条回答
  •  不要未来只要你来
    2021-01-19 03:42

    For the above issue you need to restart the master service of HBase. The command for the same is

    sudo /etc/init.d/hadoop-hbase-master start
    

    this needs to be done before entering to HBase shell.

提交回复
热议问题