hbase出现 Master is initializing的处理方式

#/usr/local/hbase-2.2.0/bin/hbase-daemon.sh stop master

#/usr/local/hbase-2.2.0/bin/stop-hbase.sh

#/usr/local/hadoop-2.8.5/bin/hdfs dfsadmin -safemode leave
/usr/local/hadoop-2.8.5/bin/hdfs dfs -rm -r /hbase

#/usr/local/zookeeper-3.4.5/bin/zkCli.sh -server 192.168.1.250:2181,192.168.1.251:2181,192.168.1.252:2181
>ls /
>rmr /hbase

重新启动hbase

#/usr/local/hbase-2.2.0/bin/start-hbase.sh

上一篇:springboot项目中使用@ConfigurationProperties注解出现Spring Boot Configuration Annotation Processor not config


下一篇:6.1.8、Hbase__Mapreduce操作Hbase,导包,插件,使用TableMapper,TableReducer,设置map任务,使用TableMapReduceUtil工具类