This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new da7325b77d3 HBASE-29591 Add hadoop 3.4.2 in hadoop check (#7320)
da7325b77d3 is described below
commit da7325b77d38f5881679675373dd434d8fa1c013
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]>
---
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