diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 48eb55e3eaf1..67aa2d1d168f 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -598,16 +598,16 @@ function hadoopcheck_rebuild if [[ "${PATCH_BRANCH}" = branch-2.4 ]]; then yetus_info "Setting Hadoop 3 versions to test based on branch-2.4 rules" if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then - hbase_hadoop3_versions="3.1.4 3.2.4 3.3.5" + hbase_hadoop3_versions="3.1.4 3.2.4 3.3.6" else - 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" + 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" fi else yetus_info "Setting Hadoop 3 versions to test based on branch-2.5+/master/feature branch rules" if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then - hbase_hadoop3_versions="3.2.4 3.3.5" + hbase_hadoop3_versions="3.2.4 3.3.6" else - hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5" + hbase_hadoop3_versions="3.2.3 3.2.4 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6" fi fi