使用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:.*\’