Skip to content

Commit 40b1ffc

Browse files
authored
HBASE-29592 Add hadoop 3.4.2 in client integration tests (#7306)
Signed-off-by: Nihal Jain <nihaljain@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 620f7a3 commit 40b1ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-support/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ pipeline {
5959
ASF_NIGHTLIES_BASE_ORI = "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
6060
ASF_NIGHTLIES_BASE = "${ASF_NIGHTLIES_BASE_ORI.replaceAll(' ', '%20')}"
6161
// These are dependent on the branch
62-
HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1"
63-
HADOOP3_DEFAULT_VERSION = "3.4.1"
62+
HADOOP3_VERSIONS = "3.3.5,3.3.6,3.4.0,3.4.1,3.4.2"
63+
HADOOP3_DEFAULT_VERSION = "3.4.2"
6464
}
6565
parameters {
6666
booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false, description: '''Check to use the current HEAD of apache/yetus rather than our configured release.

0 commit comments

Comments
 (0)