我對Hadoop/Hbase和zookeeper非常陌生。
我在hbase shell
運行create table
命令時遇到以下異常。在this問題清理Zookeeper數據目錄
org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
中提到,我需要遵循以下步驟:
1. Stop Zookeeper
2. Wipe the Zookeeper data directory
3. Restart it
要解決此問題。
有人可以請解釋如何在Ubuntu中執行這些步驟。
任何幫助將不勝感激
這是一個僞分佈式HBase環境嗎? – b4hand
錯誤'PleaseHoldException:Master正在初始化'可能是由於多種原因造成的。你看過HBase UI嗎?通常情況下,它位於'http:// localhost:60010/master-status'或類似地位於您正在運行主服務器的計算機上。 你可以發佈你的HBase master的日誌嗎?可能位於/ var/log/hbase /?下 – b4hand