问答详情
源自:6-1 Hbase表操作命令介绍并演示..

hbase 进入以后报错

hbase(main):002:0> list

TABLE                                                                                                                                 

2018-11-21 11:19:36,133 WARN  [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable


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:.*'

请问老师这个该怎么处理

提问者:oldfishSOHO 2018-12-10 15:05

个回答

  • weibo________栈_0
    2019-01-05 22:28:42

    检查一下主节点Hmaster进程是否启动了