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 @@ -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
You can’t perform that action at this time.
0 commit comments