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

阅读 53

2022-03-11


​​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)

0 0 举报