HBase启动报错: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

原因是由于hadoop的安全模式打开了,解决方法:

hdfs dfsadmin -safemode leave

再重新启动HBase就可以了

posted @ 2018-03-29 05:08  对白的算法屋  阅读(3412)  评论(0)    收藏  举报