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 1df357e0b2e HBASE-28087 Add hadoop 3.3.6 in hadoopcheck (#5405)
1df357e0b2e is described below

commit 1df357e0b2e9da9b6232288563fc0578e9289bdf
Author: Duo Zhang <zhang...@apache.org>
AuthorDate: Sun Sep 17 17:08:53 2023 +0800

    HBASE-28087 Add hadoop 3.3.6 in hadoopcheck (#5405)
    
    Signed-off-by: Nihal Jain <nihalj...@apache.org>
    (cherry picked from commit ef7b85409a6e92647ec3094d617a0b8654e19824)
---
 dev-support/hbase-personality.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 48eb55e3eaf..67aa2d1d168 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -598,16 +598,16 @@ function hadoopcheck_rebuild
   if [[ "${PATCH_BRANCH}" = branch-2.4 ]]; then
     yetus_info "Setting Hadoop 3 versions to test based on branch-2.4 rules"
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.1.4 3.2.4 3.3.5"
+      hbase_hadoop3_versions="3.1.4 3.2.4 3.3.6"
     else
-      hbase_hadoop3_versions="3.1.1 3.1.2 3.1.3 3.1.4 3.2.0 3.2.1 3.2.2 3.2.3 
3.2.4 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5"
+      hbase_hadoop3_versions="3.1.1 3.1.2 3.1.3 3.1.4 3.2.0 3.2.1 3.2.2 3.2.3 
3.2.4 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6"
     fi
   else
     yetus_info "Setting Hadoop 3 versions to test based on 
branch-2.5+/master/feature branch rules"
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.2.4 3.3.5"
+      hbase_hadoop3_versions="3.2.4 3.3.6"
     else
-      hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5"
+      hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6"
     fi
   fi
 

Reply via email to