File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -612,17 +612,17 @@ function hadoopcheck_rebuild
612
612
# TODO remove this on non 2.5 branches ?
613
613
yetus_info " Setting Hadoop 3 versions to test based on branch-2.5 rules"
614
614
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 "
616
616
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 "
618
618
fi
619
619
else
620
620
yetus_info " Setting Hadoop 3 versions to test based on branch-2.6+/master/feature branch rules"
621
621
# Isn't runnung these tests with the default Hadoop version redundant ?
622
622
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 "
624
624
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 "
626
626
fi
627
627
fi
628
628
You can’t perform that action at this time.
0 commit comments