How do i set up HBase with HDFS 3.1.0?

2019-03-04 09:56发布

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条回答
戒情不戒烟
2楼-- · 2019-03-04 11:02

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.

enter image description here

(NT stands for "Not Tested").

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

查看更多
登录 后发表回答