You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/05/31 15:43:33 UTC

[hbase-filesystem] 01/02: HBASE-22493 Documenting supported hadoop versions.

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-filesystem.git

commit 661661d03de866cef0f552ae3766b975badae1aa
Author: Wellington Chevreuil <we...@gmail.com>
AuthorDate: Wed May 29 11:01:59 2019 +0100

    HBASE-22493 Documenting supported hadoop versions.
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 hbase-oss/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hbase-oss/README.md b/hbase-oss/README.md
index 3b71ee9..ec433d9 100644
--- a/hbase-oss/README.md
+++ b/hbase-oss/README.md
@@ -130,7 +130,10 @@ other storage in src/test/resources/core-site.xml.
 Any required credentials or other individal configuration should be set in
 src/test/resources/auth-keys.xml, which should be ignored by source control.
 
-### Hadoop Versions
+## Hadoop Versions
+
+HBoss mainly depends on *org.apache.hadoop.fs.FileSystem* contract, and
+current HBoss version is compatible with Hadoop releases *2.9.2* and *3.2.0*.
 
 There are Maven profiles defined for Hadoop 2 and Hadoop 3 major versions.
 These are activated via the property `hadoop.profile`. These profiles choose