This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new e2314c01802 HBASE-28331 Client integration test fails after upgrading
hadoop3 version to 3.3.x (#5652)
e2314c01802 is described below
commit e2314c01802b9b43b76a67550b1c65fb5f28dfde
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 :(