Versions: Hadoop: 2.0.0-cdh4.3.1
HBase: 0.94.6-cdh4.3.1
I am running cloudera quick start vm(Everything is running on 172.16.144.150), Here is my little HBas
Add the following 2 lines in your client :
config.set("hbase.zookeeper.quorum", "172.16.144.150"); config.set("hbase.zookeeper.property.clientPort","2181");
Also add the hostname and IP of the machine into the /etc/hosts file of your client.