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
,