Skip to content

Commit cc6fd51

Browse files
committed
HBASE-28087 Add hadoop 3.3.6 in hadoopcheck (#5405)
Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit ef7b854)
1 parent f232a17 commit cc6fd51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-support/hbase-personality.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,16 +598,16 @@ function hadoopcheck_rebuild
598598
if [[ "${PATCH_BRANCH}" = branch-2.4 ]]; then
599599
yetus_info "Setting Hadoop 3 versions to test based on branch-2.4 rules"
600600
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
601-
hbase_hadoop3_versions="3.1.4 3.2.4 3.3.5"
601+
hbase_hadoop3_versions="3.1.4 3.2.4 3.3.6"
602602
else
603-
hbase_hadoop3_versions="3.1.1 3.1.2 3.1.3 3.1.4 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5"
603+
hbase_hadoop3_versions="3.1.1 3.1.2 3.1.3 3.1.4 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6"
604604
fi
605605
else
606606
yetus_info "Setting Hadoop 3 versions to test based on branch-2.5+/master/feature branch rules"
607607
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
608-
hbase_hadoop3_versions="3.2.4 3.3.5"
608+
hbase_hadoop3_versions="3.2.4 3.3.6"
609609
else
610-
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5"
610+
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6"
611611
fi
612612
fi
613613

0 commit comments

Comments
 (0)