Latest compatible version of hadoop and hbase

时光总嘲笑我的痴心妄想 提交于 2019-12-12 09:07:22

问题


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.?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/27798014/latest-compatible-version-of-hadoop-and-hbase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!