0
点赞
收藏
分享

微信扫一扫

HBase启动报错:ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunning


​​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就可以了


举报

相关推荐

0 条评论