Skip to content

Commit 9c79a7f

Browse files
authored
HBASE-28331 Client integration test fails after upgrading hadoop3 version to 3.3.x (#5652)
Signed-off-by: Xin Sun <[email protected]>
1 parent addb4e7 commit 9c79a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pipeline {
152152
}
153153
stage ('hadoop 3 cache') {
154154
environment {
155-
HADOOP3_VERSION="3.1.1"
155+
HADOOP3_VERSION="3.3.5"
156156
}
157157
steps {
158158
// directory must be unique for each parallel stage, because jenkins runs them in the same workspace :(

0 commit comments

Comments
 (0)