Skip to content

Commit 2d42f1a

Browse files
committed
HBASE-29591 Add hadoop 3.4.2 in hadoop check (#7320)
Signed-off-by: Istvan Toth <[email protected]> (cherry picked from commit da7325b)
1 parent 35faadb commit 2d42f1a

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
@@ -612,17 +612,17 @@ function hadoopcheck_rebuild
612612
# TODO remove this on non 2.5 branches ?
613613
yetus_info "Setting Hadoop 3 versions to test based on branch-2.5 rules"
614614
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
615-
hbase_hadoop3_versions="3.2.4 3.3.6 3.4.0"
615+
hbase_hadoop3_versions="3.2.4 3.3.6 3.4.1"
616616
else
617-
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"
617+
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"
618618
fi
619619
else
620620
yetus_info "Setting Hadoop 3 versions to test based on branch-2.6+/master/feature branch rules"
621621
# Isn't runnung these tests with the default Hadoop version redundant ?
622622
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
623-
hbase_hadoop3_versions="3.3.6 3.4.0"
623+
hbase_hadoop3_versions="3.3.6 3.4.1"
624624
else
625-
hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0"
625+
hbase_hadoop3_versions="3.3.5 3.3.6 3.4.0 3.4.1"
626626
fi
627627
fi
628628

0 commit comments

Comments
 (0)