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进入hbase shell 出现ERROR: Can't get master address from ZooKeeper; znode data == null

解决方法:
1、重新启动HBASE 服务
…(这里为HBASE目录)/stop.hbase.sh (停止)

…(这里为HBASE目录)/start.hbase.sh (启动)
Hbase进入hbase shell 出现ERROR: Can't get master address from ZooKeeper; znode data == null

相关文章:

  • 2022-01-08
  • 2021-09-19
  • 2021-11-13
  • 2021-04-19
  • 2021-06-25
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-05
  • 2021-09-11
  • 2022-12-23
  • 2021-06-10
  • 2021-10-06
  • 2022-12-23
相关资源
相似解决方案