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:
Nick Dimiduk 2020-10-06 12:00:56 -07:00 committed by GitHub
parent e88509841f
commit a8c49a6463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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