0

I'm new in Hbase and I need to do some experiments with it in fully distributed mode. I am using ubuntu.

I want create a cluster with two nodes (a master and a slave) and according to what I read, HBase runs under a Hadoop Distributed File System which I need to have both properly configured. 

I've tried to follow some tutorials on the Internet but I can't run Hbase in distributed mode properly. I think the problem is in the hadoop and hbase configuration.

Does anyone have Hbase running in fully distributed mode? 

Can you tell me all the steps should I follow? And correctly setup hadoop and hbase configurations? Or even if there is some easier way to use Hadoop / HBase...

Community
  • 1
  • 1
Pedro Cunha
  • 401
  • 1
  • 6
  • 16
  • HBase installation will be a breeze if you use Cloudera Manager or Apache Ambari depending on whether you are using HDP or CDH. I would not recommend you to do a manual installation. – Anil Gupta Jul 05 '15 at 06:58

1 Answers1

2

Try these tutorials for fully-distributed HBase configuration:

  1. Fully Distributed HBase

  2. HBase Installation in Fully Distributed Mode

Rajesh N
  • 2,554
  • 1
  • 13
  • 17