HorizonNet commented on a change in pull request #1290: HBASE-23989 Consider 
2.10.0 in our support matrix
URL: https://github.com/apache/hbase/pull/1290#discussion_r392661346
 
 

 ##########
 File path: dev-support/hbase-personality.sh
 ##########
 @@ -567,6 +567,13 @@ function hadoopcheck_rebuild
     else
       hbase_hadoop2_versions="2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7"
     fi
+  elif [[ "${PATCH_BRANCH}" = branch-1 ]]; then
+    yetus_info "Setting Hadoop 2 versions to test based on branch-1 rules."
+    if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
 
 Review comment:
   Is the if-else necessary as `hbase_hadoop2_version` will be set to the same 
versions, regardless of the check? Or is it just to stay consistent?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to