美文网首页
ERROR [master/hq555:16000:become

ERROR [master/hq555:16000:become

作者: 一个人一匹马 | 来源:发表于2019-03-03 11:48 被阅读0次

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

    先修改 hbase 集群中的所有的 hbase-site.xml
    <property>
    <name>hbase.rootdir</name>
    <value>hdfs://hd555/hbase</value>
    </property>

    hadoop集群的 core-site.xml 中的配置是:

    <property>
    <name>fs.defaultFS</name>
    <value>hdfs://hd555/</value>
    </property>

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

    相关文章

      网友评论

          本文标题:ERROR [master/hq555:16000:become

          本文链接:https://www.haomeiwen.com/subject/qyspuqtx.html