./start-hbase.shを使用してHBaseを起動しました。Hbaseのシェルを起動するために./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'
それは永遠にこのままです。誰かが助けることができますか?
ありがとう