You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/04/22 02:53:57 UTC

[hbase] branch branch-2 updated: HBASE-24218 Add hadoop 3.2.x in hadoop check (#1559)

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

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 15a4638  HBASE-24218 Add hadoop 3.2.x in hadoop check (#1559)
15a4638 is described below

commit 15a46388f1dc614d84aa36639c3550668033ceea
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Apr 22 10:51:46 2020 +0800

    HBASE-24218 Add hadoop 3.2.x in hadoop check (#1559)
    
    Signed-off-by: stack <st...@apache.org>
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 dev-support/hbase-personality.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index c716ecc..735e133 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -613,9 +613,9 @@ function hadoopcheck_rebuild
   else
     yetus_info "Setting Hadoop 3 versions to test based on branch-2.2+/master/feature branch rules"
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.1.2"
+      hbase_hadoop3_versions="3.1.2 3.2.1"
     else
-      hbase_hadoop3_versions="3.1.1 3.1.2"
+      hbase_hadoop3_versions="3.1.1 3.1.2 3.2.0 3.2.1"
     fi
   fi