ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet

ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet

在启动了hbase之后进入hbase  shell

list出现了如上错误

而且发现jps各个服务都启动了

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

hdfs dfsadmin -safemode leave

再重新启动HBase就可以了