This is an automated email from the ASF dual-hosted git repository.
nihaljain 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 9e8255ff5d0 HBASE-28946 Update nightlies to run with HADOOP2_VERSION =
2.10.2 (#6419) (#6442)
9e8255ff5d0 is described below
commit 9e8255ff5d07dd68620cbc18fd1160bd4cd684d8
Author: Nihal Jain <[email protected]>
AuthorDate: Mon Nov 11 11:16:14 2024 +0530
HBASE-28946 Update nightlies to run with HADOOP2_VERSION = 2.10.2 (#6419)
(#6442)
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 e208017c9a8..fb18df3290b 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -130,7 +130,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 :(