4

I have to install hadoop and hbase on 4 machines.
I have found latest version of hadoop-2.6.0 and hbase-0.98.9-hadoop2-bin.

1)Are they compatible?
2)How I should install hbase and hadoop on 4 machines i.e. how many masters and slaves etc.?

Dharmesh Porwal
  • 1,406
  • 2
  • 12
  • 21
Hafiz Muhammad Shafiq
  • 8,168
  • 12
  • 63
  • 121

2 Answers2

8

Answering your questions :

  1. See the Hbase-Hadoop compatibility link . hbase-0.98.9 should support hadoop-2.6.0.

  2. You have two options

    • 1 master node and 3 slave nodes. (Since you have only 4 nodes this configuration would be suffice)

    • If you wanted to enabled HA, you can go for 2 master nodes and 2 slave nodes.

SachinJose
  • 8,462
  • 4
  • 42
  • 63
6

Considering the first question, I was trying to find the answer myself and found this in hbase docs:

  • "S" = supported

  • "X" = not supported

  • "NT" = Not tested

MaxNevermind
  • 2,784
  • 2
  • 25
  • 31