This is an automated email from the ASF dual-hosted git repository.
nihaljain pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 21c885f5a4f HBASE-28946 Update nightlies to run with HADOOP2_VERSION =
2.10.2 (#6419) (#6443)
21c885f5a4f is described below
commit 21c885f5a4f7b74f302f335885edee29b7a4cbb9
Author: Nihal Jain <[email protected]>
AuthorDate: Mon Nov 11 11:16:22 2024 +0530
HBASE-28946 Update nightlies to run with HADOOP2_VERSION = 2.10.2 (#6419)
(#6443)
Signed-off-by: Duo Zhang [email protected]
(cherry picked from commit 48fd0ec5c41d14af4755991a4a7214e75bc0e2cf)
---
dev-support/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index e3d7326f5d8..d4f6c9b1ba6 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -131,7 +131,7 @@ pipeline {
}
stage ('hadoop 2 cache') {
environment {
- HADOOP2_VERSION="2.10.0"
+ HADOOP2_VERSION="2.10.2"
}
steps {
// directory must be unique for each parallel stage, because
jenkins runs them in the same workspace :(