1. 程式人生 > >hbase安裝中遇到的一些問題及解決辦法

hbase安裝中遇到的一些問題及解決辦法

hbase(main):001:0> list

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要在本地有個tmp目錄,沒建立的問題

這個錯誤

 Operation category READ is not supported in state standby

要求執行hbase的是active的hdfs

還有,執行的時候,看錯誤日誌,是與zookeeper時間超時,同步時間解決