Skip to content

Commit

Permalink
HBASE-28331 Client integration test fails after upgrading hadoop3 ver…
Browse files Browse the repository at this point in the history
…sion to 3.3.x (#5652)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
(cherry picked from commit 9c79a7f)
  • Loading branch information
Apache9 committed Jan 26, 2024
1 parent 810b4c8 commit e2314c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :(
Expand Down

0 comments on commit e2314c0

Please sign in to comment.