错误:节点/hbase不在zookeeper中应该是大师写的检查“zookeeper.znode.parent”中配置的值

toe95027  于 2021-07-13  发布在  Hbase
关注(0)|答案(0)|浏览(234)

我已经在独立模式下安装了hbase。我在hbase-env.sh中添加了java路径,下面是我在hbase-site.xml中添加的属性

<configuration>

   //Here you have to set the path where you want HBase to store its files.
   <property>
      <name>hbase.rootdir</name>
      <value>file:///home/hadoop/HBase/HFiles</value>
   </property>

   //Here you have to set the path where you want HBase to store its built in zookeeper  files.
   <property>
    <name>hbase.zookeeper.property.dataDir</name>
    <value>/usr/local/hbase/zookeeper</value>
  </property>
</configuration>

我启动了hbase master和zookeeper

zkServer.sh start
start-hbase.sh

下面是jps命令的结果
233731 resourcemanager 225793名称节点313680 quorumpeermain 1309478 jps 227126数据节点229865次要名称节点234350节点管理器
我看这里没有主人
当我在hbase shell中运行status时,得到以下错误:

2021-03-03 22:42:00,845 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:00,951 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:01,154 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:01,456 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:01,962 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:02,965 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
2021-03-03 22:42:04,973 ERROR [main] client.ConnectionManager$HConnectionImplementation: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.

ERROR: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题