hbase 進(jìn)入以后報(bào)錯(cuò)
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:.*'
請(qǐng)問老師這個(gè)該怎么處理
2019-01-05
檢查一下主節(jié)點(diǎn)Hmaster進(jìn)程是否啟動(dòng)了