I'm getting the following error while starting the hbase master:
java.net.BindException: Problem binding to /67.215.65.132:60000 : Cannot assign requested address
does anyone know what's wrong with hbase?
I'm using Hbase 0.20.6 with Hadoop 0.21.0 on Ubuntu 10.04 LTS and I got can't start master error. (The error is attached at the end of the post from the hbase-root-master-ubuntu.log ...
I have one master and one regionserer running on one machine,now I want to add another region server to it.
This new machine has all the connection config required (as in passwordless ...
I am evaluating HBase Multiple master utility as I require that funtionality. I used a simple 4 machine hbase cluster with M1 as master. Now I started the Hmaster in M4 ...