我是Hadoop和Hbase的新手。现在我面对 'ERROR: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>
答案 0 :(得分:0)
阅读本网站的第2.3节(hadoop):http://hbase.eu.apache.org/book.html
答案 1 :(得分:0)
检查您的/etc/hosts
文件和/etc/hostname
文件
127.0.0.1 hbase ubuntu