Skip to content

Commit dcb81d0

Browse files
committed
HBASE-27863 Add hadoop 3.3.5 check in our personality script (#5236)
Signed-off-by: Liangjun He <heliangjun@apache.org> (cherry picked from commit b28feeb)
1 parent 39ecb3d commit dcb81d0

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.4"
601+
hbase_hadoop3_versions="3.1.4 3.2.4 3.3.5"
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"
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"
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.4"
608+
hbase_hadoop3_versions="3.2.4 3.3.5"
609609
else
610-
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4"
610+
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5"
611611
fi
612612
fi
613613

0 commit comments

Comments
 (0)