1. 程式人生 > >執行HBase shell時出現ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet錯誤解決辦法(圖文詳解)

執行HBase shell時出現ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet錯誤解決辦法(圖文詳解)

cep ESS 關註 align comm util code ade dap

  不多說,直接上幹貨!

技術分享圖片

[kfk@bigdata-pro01 bin]$ jps
1968 NameNode
2385 ResourceManager
2259 JournalNode
2996 HMaster
2071 DataNode
3095 HRegionServer
2490 NodeManager
3133 Jps
1807 QuorumPeerMain
[kfk@bigdata-pro01 bin]$ hostname
bigdata-pro01.kfk.com
[kfk@bigdata-pro01 bin]$ 
[kfk@bigdata-pro01 bin]$ cd ..
[kfk@bigdata
-pro01 hbase-0.98.6-cdh5.3.0]$ bin/hbase shell 2018-06-16 10:19:47,747 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.6-cdh5.3.0, rUnknown, Tue Dec 16 19:18:44 PST 2014 hbase(main):001:0> list TABLE 2018-06-16
10:20:02,641 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 is not running yet at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:100) at org.apache.hadoop.hbase.ipc.FifoRpcScheduler$1.run(FifoRpcScheduler.java:74) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Here is some help for this command: List all tables in hbase. Optional regular expression parameter could be used to filter the output. Examples: hbase> list hbase> list abc.* hbase> list ns:abc.*

 解決辦法

技術分享圖片

[kfk@bigdata-pro01 modules]$ cd hadoop-2.6.0/bin/
[kfk@bigdata-pro01 bin]$ ./hadoop dfsadmin -safemode leave   
DEPRECATED: Use of this script to execute hdfs command is deprecated.
Instead use the hdfs command for it.

18/06/16 10:21:27 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Safe mode is OFF in bigdata-pro01.kfk.com/192.168.80.151:9000
Safe mode is OFF in bigdata-pro02.kfk.com/192.168.80.152:9000

  成功!

歡迎大家,加入我的微信公眾號:大數據躺過的坑 人工智能躺過的坑

同時,大家可以關註我的個人博客

http://www.cnblogs.com/zlslch/ http://www.cnblogs.com/lchzls/ http://www.cnblogs.com/sunnyDream/

詳情請見:http://www.cnblogs.com/zlslch/p/7473861.html

  人生苦短,我願分享。本公眾號將秉持活到老學到老學習無休止的交流分享開源精神,匯聚於互聯網和個人學習工作的精華幹貨知識,一切來於互聯網,反饋回互聯網。
  目前研究領域:大數據、機器學習、深度學習、人工智能、數據挖掘、數據分析。 語言涉及:Java、Scala、Python、Shell、Linux等 。同時還涉及平常所使用的手機、電腦和互聯網上的使用技巧、問題和實用軟件。 只要你一直關註和呆在群裏,每天必須有收獲

對應本平臺的討論和答疑QQ群:大數據和人工智能躺過的坑(總群)(161156071)技術分享圖片技術分享圖片技術分享圖片技術分享圖片技術分享圖片

技術分享圖片

技術分享圖片

技術分享圖片

執行HBase shell時出現ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet錯誤解決辦法(圖文詳解)