Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: org.apache.hadoop.hbase.MasterNotRunningException: Retried 7 times when check status

Tags:

hbase

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>
like image 262
Stephen Anto Avatar asked Dec 30 '25 12:12

Stephen Anto


1 Answers

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

127.0.0.1 hbase ubuntu
like image 108
mashuai Avatar answered Jan 05 '26 08:01

mashuai



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!