Hbase 的 HMaster 自动消失

现象:

start-hbase.sh启动后,HMaster 存在,但执行hbase shell后提示ERROR: KeeperErrorCode = NoNode for /hbase/master

解决方法

检查hbase/conf/core-site.xml中的ip与hadoop/etc/hadoop/core-site.xml中的ip是否一致

{.line-numbers}
1
2
3
4
5
6
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://192.168.65.130:9000/hbase</value>
</property>
</configuration>

Hbase 的 HMaster 自动消失
https://heeteve-blog.pages.dev/2023/10/Hbase的HMaster自动消失/
作者
Heeteve
发布于
2023年10月21日
许可协议