HBASE-25144 Add Hadoop-3.3.0 to personality hadoopcheck (#2492)
Now that Hadoop 3.3.0 is released, let's figure out where it goes in our testing matrix. Start by adding it to precommit checks. Signed-off-by: Michael Stack <stack@apache.org> Signed-off-by: Matt Foley <mattf@apache.org> Signed-off-by: Jan Hentschel <janh@apache.org>
This commit is contained in:
parent
e88509841f
commit
a8c49a6463
|
@ -612,9 +612,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 3.2.1"
|
||||
hbase_hadoop3_versions="3.1.2 3.2.1 3.3.0"
|
||||
else
|
||||
hbase_hadoop3_versions="3.1.1 3.1.2 3.2.0 3.2.1"
|
||||
hbase_hadoop3_versions="3.1.1 3.1.2 3.2.0 3.2.1 3.3.0"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue