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
598
598
if [[ " ${PATCH_BRANCH} " = branch-2.4 ]]; then
599
599
yetus_info " Setting Hadoop 3 versions to test based on branch-2.4 rules"
600
600
if [[ " ${QUICK_HADOOPCHECK} " == " true" ]]; then
601
- hbase_hadoop3_versions=" 3.1.4 3.2.4 3.3.5 "
601
+ hbase_hadoop3_versions=" 3.1.4 3.2.4 3.3.6 "
602
602
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 3.3.5"
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 3.3.6 "
604
604
fi
605
605
else
606
606
yetus_info " Setting Hadoop 3 versions to test based on branch-2.5+/master/feature branch rules"
607
607
if [[ " ${QUICK_HADOOPCHECK} " == " true" ]]; then
608
- hbase_hadoop3_versions=" 3.2.4 3.3.5 "
608
+ hbase_hadoop3_versions=" 3.2.4 3.3.6 "
609
609
else
610
- hbase_hadoop3_versions=" 3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5"
610
+ hbase_hadoop3_versions=" 3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 "
611
611
fi
612
612
fi
613
613
You can’t perform that action at this time.
0 commit comments