在hbase shell中输入list报错

新手上路,请多包涵

chx1341310304@ubuntu:~$ start-hbase.sh
starting master, logging to /home/chx1341310304/hbase-0.98.14-hadoop2/logs/hbase-chx1341310304-master-ubuntu.out
chx1341310304@ubuntu:~$ hbase shell
2015-11-20 07:23:44,260 INFO [main] Configuration.deprecation: hadoop.native.lib is deprecated. Instead, use io.native.lib.available
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.98.14-hadoop2, r4e4aabb93b52f1b0fef6b66edd06ec8923014dec, Tue Aug 25 22:35:44 PDT 2015

hbase(main):001:0> list
TABLE
2015-11-20 07:23:53,064 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable

ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server ubuntu/127.0.1.1:42720 is not running yet

at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:94)
at org.apache.hadoop.hbase.ipc.FifoRpcScheduler$1.run(FifoRpcScheduler.java:74)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
阅读 5.3k
1 个回答

你这种情况应该是少了一个运行包,建议检查下jar lib包目录

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题