This is an automated email from the ASF dual-hosted git repository.
stoty 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 f2a8a5275c6 HBASE-29592 Add hadoop 3.4.2 in client integration tests
(#7306)
f2a8a5275c6 is described below
commit f2a8a5275c620a9b294032044fdff67eb994a7ef
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Sep 18 10:27:09 2025 +0200
HBASE-29592 Add hadoop 3.4.2 in client integration tests (#7306)
Signed-off-by: Nihal Jain <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 40b1ffc51002f3d43c7ffc0556fc8bc650aea0ce)
---
dev-support/Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4bc418017c0..c550272cc3f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -59,8 +59,8 @@ pipeline {
ASF_NIGHTLIES_BASE_ORI =
"${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}"
// These are dependent on the branch
- HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1"
- HADOOP3_DEFAULT_VERSION = "3.4.1"
+ HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1,3.4.2"
+ HADOOP3_DEFAULT_VERSION = "3.4.2"
}
parameters {
booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false,
description: '''Check to use the current HEAD of apache/yetus rather than our
configured release.