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

发布于 2025-01-07 03:57:42 字数 1008 浏览 1 评论 0原文

我对 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>

I am very new to Hadoop and Hbase. Now I am facing
'ERROR: org.apache.hadoop.hbase.MasterNotRunningException: Retried 7 times' when i check the status

I will attached my hbase-site.xml code bellow:

<?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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

断念 2025-01-14 03:57:42

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

127.0.0.1 hbase ubuntu

Check your /etc/hosts file and /etc/hostname file

127.0.0.1 hbase ubuntu
給妳壹絲溫柔 2025-01-14 03:57:42

阅读本网站的第 2.3 节(hadoop): http://hbase.eu.apache.org/book .html

read section 2.3(hadoop) of this site : http://hbase.eu.apache.org/book.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文