How do i set up HBase with HDFS 3.1.0?

早过忘川 提交于 2019-12-02 18:15:35

问题


HDFS 2.7 is default version for HBase 2.0.0. For HBase Stable version, it is, 2.5. I just started HDFS cluster with version 3.1.0. How do I make HBase to use this? I get hsync error message.

EDIT

I am understanding that I have to replace all these jar files? hadoop-*-2.7.4.jar enter image description here


回答1:


If you refer to Latest compatible version of hadoop and hbase then follow the link provided which is http://hbase.apache.org/book.html#configuration you will see that your combination is not supported yet.

(NT stands for "Not Tested").

You can also track Hadoop 3 compatibility by watching JIRA HBASE-20540.

  • [umbrella] Hadoop 3 compatibility


来源:https://stackoverflow.com/questions/50221379/how-do-i-set-up-hbase-with-hdfs-3-1-0

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