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
parent 53d5f3cc70
commit 74faa263bd
1 changed files with 2 additions and 2 deletions

View File

@ -605,9 +605,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