gpt4 book ai didi

hbase - 错误:org.apache.hadoop.hbase.MasterNotRunningException:检查状态时重试7次

转载 作者:行者123 更新时间:2023-12-02 05:07:39 25 4
gpt4 key购买 nike

我是Hadoop和Hbase的新手。现在我面对
当我检查状态时,出现“错误:org.apache.hadoop.hbase.MasterNotRunningException:重试7次”

我将在下面附加我的hbase-site.xml代码:

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:54310/hbase</value>
</property>
<property>
<name>dfs.replication</name>
<value>1</value>
</property>
<property>
<name>hbase.master</name>
<value>localhost:60000</value>
</property>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.zookeeper.quorum</name>
<value>localhost</value>
</property>
</configuration>

最佳答案

检查您的/etc/hosts文件和/etc/hostname文件

127.0.0.1 hbase ubuntu

关于hbase - 错误:org.apache.hadoop.hbase.MasterNotRunningException:检查状态时重试7次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9338691/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com