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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 6e679a0a3cd HBASE-29591 Add hadoop 3.4.2 in hadoop check (#7320)
6e679a0a3cd is described below

commit 6e679a0a3cd028ee2c5a71b1b6c197f81ee7d2a6
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Sep 18 17:06:30 2025 +0800

    HBASE-29591 Add hadoop 3.4.2 in hadoop check (#7320)
    
    Signed-off-by: Istvan Toth <[email protected]>
    (cherry picked from commit da7325b77d38f5881679675373dd434d8fa1c013)
---
 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 46f08276c65..9a5d34cc213 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -612,17 +612,17 @@ function hadoopcheck_rebuild
     # TODO remove this on non 2.5 branches ?
     yetus_info "Setting Hadoop 3 versions to test based on branch-2.5 rules"
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.2.4 3.3.6 3.4.0"
+      hbase_hadoop3_versions="3.2.4 3.3.6 3.4.1"
     else
-      hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.4.0"
+      hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.4.0 
3.4.1"
     fi
   else
     yetus_info "Setting Hadoop 3 versions to test based on 
branch-2.6+/master/feature branch rules"
     # Isn't runnung these tests with the default Hadoop version redundant ?
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.3.6 3.4.0"
+      hbase_hadoop3_versions="3.3.6 3.4.1"
     else
-      hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0"
+      hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0 3.4.1"
     fi
   fi
 

Reply via email to