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 2022/04/19 09:33:54 UTC

[GitHub] [hbase] ndimiduk commented on a diff in pull request #4305: HBASE-26907 Update Hadoop3 versions for JEP 223 compliance

ndimiduk commented on code in PR #4305:
URL: https://github.com/apache/hbase/pull/4305#discussion_r852816953


##########
dev-support/hbase-personality.sh:
##########
@@ -660,9 +660,9 @@ function hadoopcheck_rebuild
   else
     yetus_info "Setting Hadoop 3 versions to test based on branch-2.4+/master/feature branch rules"
     if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
-      hbase_hadoop3_versions="3.1.2 3.2.2 3.3.1"
+      hbase_hadoop3_versions="3.1.4 3.2.3 3.3.1"

Review Comment:
   @Apache9 I removed 3.3.2 because it's currently broken, see [HBASE-26954](https://issues.apache.org/jira/browse/HBASE-26954). If we restore it here, all PRs and nightlies will fail.



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org