HBASE-24218 Add hadoop 3.2.x in hadoop check (#1559)

Signed-off-by: stack <stack@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
Duo Zhang 2020-04-22 10:51:46 +08:00 committed by GitHub
parent e7b5c34d28
commit af17b3ccd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -613,9 +613,9 @@ function hadoopcheck_rebuild
else
yetus_info "Setting Hadoop 3 versions to test based on branch-2.2+/master/feature branch rules"
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
hbase_hadoop3_versions="3.1.2"
hbase_hadoop3_versions="3.1.2 3.2.1"
else
hbase_hadoop3_versions="3.1.1 3.1.2"
hbase_hadoop3_versions="3.1.1 3.1.2 3.2.0 3.2.1"
fi
fi