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