You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/03/19 15:45:09 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #1304: HBASE-24009 Backport the personality changes in HBASE-23989 to all ac…

Apache9 commented on a change in pull request #1304: HBASE-24009 Backport the personality changes in HBASE-23989 to all ac…
URL: https://github.com/apache/hbase/pull/1304#discussion_r395126263
 
 

 ##########
 File path: dev-support/hbase-personality.sh
 ##########
 @@ -552,8 +552,8 @@ function hadoopcheck_rebuild
 
   # All supported Hadoop versions that we want to test the compilation with
   # See the Hadoop section on prereqs in the HBase Reference Guide
-  if [[ "${PATCH_BRANCH}" = branch-1.* ]] && [[ "${PATCH_BRANCH#branch-1.}" -lt "4" ]]; then
-    yetus_info "Setting Hadoop 2 versions to test based on before-branch-1.4 rules."
+  if [[ "${PATCH_BRANCH}" = branch-1.3 ]]; then
 
 Review comment:
   Just expand the hided(unchanged) code below, you will see the condition branch for branch-1.4...

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services