Skip to content

Commit 21c885f

Browse files
authored
HBASE-28946 Update nightlies to run with HADOOP2_VERSION = 2.10.2 (#6419) (#6443)
Signed-off-by: Duo Zhang zhangduo@apache.org (cherry picked from commit 48fd0ec)
1 parent 309c0e2 commit 21c885f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pipeline {
131131
}
132132
stage ('hadoop 2 cache') {
133133
environment {
134-
HADOOP2_VERSION="2.10.0"
134+
HADOOP2_VERSION="2.10.2"
135135
}
136136
steps {
137137
// directory must be unique for each parallel stage, because jenkins runs them in the same workspace :(

0 commit comments

Comments
 (0)