您好,欢迎来到[编程问答]网站首页   源码下载   电子书籍   软件下载   专题
当前位置:首页 >> 编程问答 >> Linux >> 在hbase shell中输入list报错

在hbase shell中输入list报错

来源:网络整理     时间:2016/5/17 19:00:43     关键词:shell,hbase

关于网友提出的“在hbase shell中输入list报错”问题疑问,本网通过在网上对“在hbase shell中输入list报错”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:

问题:在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' for list of supported commands.
Type "exit" 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)

解决方案1:

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


以上介绍了“在hbase shell中输入list报错”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/1138228.html

相关图片

相关文章