我使用./start-hbase.sh啓動了HBase。我做了./hbase shell來啓動Hbase的shell。問題是我無法創建一個新表。Hbase無法創建表
$ ./hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.92.1, r1298924, Fri Mar 9 16:58:34 UTC 2012
hbase(main):001:0> create 'test','cf'
它保持永遠這樣。有人可以幫忙嗎?
感謝
還有其他的失敗模式也只是掛起 - 例如,如果您嘗試在不支持的表上使用壓縮方法(儘管這樣做在這裏似乎不是這種情況)。檢查日誌是正確的下一步。 – 2012-04-19 22:16:31