ERROR: org.apache.hadoop.hbase.MasterNotRunningException: null + hbase + hadoop


I recently set up a cluster with two machines (on ubuntu). While this is working. But when I try to configure hbase on the above hasoop cluster, it shows an error. Here is what I did

I have two cars. 192.168.1.110 Hadoop Wizard 192.168.1.111 Hadoop slave

conf / hbase -env.sh

export JAVA_HOME = / usr / lib / jvm / java-6-sun-1.6.0.22 export HBASE_CLASSPATH = / home / hadoop / hadoop-0.20.2 / conf export HBASE_MANAGES_ZK = true

HBase-site.xml

hbase.master-> 192.168.1.110:074310 (Same as master descriptor: port) hbase.rootdir-> HDFS: //192.168.1.110: 54310 / HBase hbase.cluster.distributed-> true hbase.zookeeper. quorum-> 192.168.1.110,192.168.1.111

And the region srevers,
192.168.1.111

hbase hbase

hbase (main): 001: 0 >

: org.apache.hadoop.hbase.MasterNotRunningException: null

,

+5
2

. jps hadoop master (192.168.1.110), , HMaster . HMaster, , .

+6

HBase , . .

, Zookeeper. zookeeper , . DNS IP- (192.168.1.11x ) /etc/hosts. (), .

, : http://hbase.eu.apache.org/book/notsoquick.html , .

0

All Articles