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:
parent
53d5f3cc70
commit
74faa263bd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue