HBase setup issue


3 Answer(s)


Hi Rajesh,

I am not sure with the error.

  1. Please install the hbase server in the namenode and enter the regional server IPs as datanode IPs in the namenode machine. Please make sure your datanode servers are working fine.
  2. Copy the same hbase folder into all the datanode machine.
  3. Start the hbase server from the namenode machine
$ start-hbase.sh

 

The problem with your server is you enter the IP of the all datanode but without sharing the configuration information.
While copy the hbase folder namenode to all datanode folder make sure settings remain same for all.

Hope this helps. Please let me know if you have more doubts.

Thanks


I'm also getting the same error. Please see attached.



Hi Kashi,

Please assign the permission to the folder with chmod command:

$ sudo chmod 777 /usr/local/kasi/hbase/bin/*

It will assign all the permission to bin directory.

Hope this helps.

Thanks.