This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 6ca21656354 HBASE-28331 Client integration test fails after upgrading
hadoop3 version to 3.3.x (#5652)
6ca21656354 is described below
commit 6ca216563542654b2a96696437e0e19377302b34
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jan 26 18:53:39 2024 +0800
HBASE-28331 Client integration test fails after upgrading hadoop3 version
to 3.3.x (#5652)
Signed-off-by: Xin Sun <[email protected]>
(cherry picked from commit 9c79a7f267e974d36745ef5ec2adbbad871fd64c)
---
dev-support/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 7d2ef32df6e..9c03d97a3c4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -152,7 +152,7 @@ pipeline {
}
stage ('hadoop 3 cache') {
environment {
- HADOOP3_VERSION="3.1.1"
+ HADOOP3_VERSION="3.3.5"
}
steps {
// directory must be unique for each parallel stage, because
jenkins runs them in the same workspace :(