This is an automated email from the ASF dual-hosted git repository.
zhangduo 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 1325af54459 HBASE-28331 Client integration test fails after upgrading
hadoop3 version to 3.3.x (#5652)
1325af54459 is described below
commit 1325af5445945009ba3226ab96d01dbd49fcc862
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 :(