ERROR|ERROR [master/hq555:16000:becomeActiveMaster] master.HMaster: Failed to become active master

由于 hadoop 此时是 standby 状态,所以不能从 hadoop 上去读取 hbase.rootdir 中的文件,导致异常的发生。
解决问题:
先修改 hbase 集群中的所有的 hbase-site.xml

hbase.rootdir
hdfs://hd555/hbase

【ERROR|ERROR [master/hq555:16000:becomeActiveMaster] master.HMaster: Failed to become active master】hadoop集群的 core-site.xml 中的配置是:

fs.defaultFS
hdfs://hd555/

两个配置根路径要一致,问题解决

    推荐阅读