Skip to content

Commit 9fe9593

Browse files
authored
HBASE-29922 Change hadoop check versions after supporting hadoop 3.4.3 (#7943)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 15da563 commit 9fe9593

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
@@ -606,17 +606,17 @@ function hadoopcheck_rebuild
606606
# TODO remove this on non 2.5 branches ?
607607
yetus_info "Setting Hadoop 3 versions to test based on branch-2.5 rules"
608608
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
609-
hbase_hadoop3_versions="3.2.4 3.3.6 3.4.1"
609+
hbase_hadoop3_versions="3.2.4 3.3.6 3.4.2"
610610
else
611-
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.4.0 3.4.1"
611+
hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.4.0 3.4.1 3.4.2"
612612
fi
613613
else
614614
yetus_info "Setting Hadoop 3 versions to test based on branch-2.6+/master/feature branch rules"
615615
# Isn't runnung these tests with the default Hadoop version redundant ?
616616
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
617-
hbase_hadoop3_versions="3.3.6 3.4.1"
617+
hbase_hadoop3_versions="3.3.6 3.4.2"
618618
else
619-
hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0 3.4.1"
619+
hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0 3.4.1 3.4.2"
620620
fi
621621
fi
622622

0 commit comments

Comments
 (0)