hbase shell error 问题未解决

使用hbase shell 出现了以下错误

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 shell error 问题未解决_第1张图片

 

 

你可能感兴趣的:(笔记)