当前位置:   article > 正文

ERROR: Can‘t get master address from ZooKeeper; znode data == null_:001:0> list table error

:001:0> list table error

进入HBase使用list命令查询表时报错如下:

hbase(main):001:0> list
TABLE                                                                                                             

ERROR: Can't get master address from ZooKeeper; znode data == null

Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:

  hbase> list
  hbase> list 'abc.*'
  hbase> list 'ns:abc.*'
  hbase> list 'ns:.*'


hbase(main):002:0>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16

出现这种问题可能是ZooKeeper不稳定,加上虚拟机挂起等多方面因素导致,处理方法为:

重启hbase:

stop-hbase.sh
start-hbase.sh
  • 1
  • 2

说明:如果stop-hbase.sh时报错没有那个文件,可忽略,继续执行start后,再重新进入hbase,list就可以了。
若还不行,就重启虚拟机。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/699133
推荐阅读
相关标签
  

闽ICP备14008679号