You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/07/07 11:47:16 UTC

[GitHub] [phoenix] stoty opened a new pull request #824: PHOENIX-5988 Bump HBase and Hadoop versions to latest patch level on …

stoty opened a new pull request #824:
URL: https://github.com/apache/phoenix/pull/824


   …master
   
   Hadoop: 3.0.0 -> 3.0.3
   HBase 2.1: 2.1.8 -> 2.1.9
   Hbase 2.2: 2.2.3 -> 2.2.4 (see ticket)


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



[GitHub] [phoenix] joshelser commented on a change in pull request #824: PHOENIX-5988 Bump HBase and Hadoop versions to latest patch level on …

Posted by GitBox <gi...@apache.org>.
joshelser commented on a change in pull request #824:
URL: https://github.com/apache/phoenix/pull/824#discussion_r451052655



##########
File path: pom.xml
##########
@@ -78,7 +78,7 @@
     <!-- Hadoop and Hbase-thirdparty version -->
     <!-- These are expected to be overridden to conform to cluster versions
     along with hbase.version (defined in profiles) -->
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>3.0.3</hadoop.version>

Review comment:
       I don't see any Hadoop 3.0 releases listed https://hadoop.apache.org/releases.html anymore. According to https://cwiki.apache.org/confluence/display/HADOOP/EOL+%28End-of-life%29+Release+Branches 3.0 is EOL.
   
   Maybe we make this 3.1.3?




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



[GitHub] [phoenix] joshelser commented on a change in pull request #824: PHOENIX-5988 Bump HBase and Hadoop versions to latest patch level on …

Posted by GitBox <gi...@apache.org>.
joshelser commented on a change in pull request #824:
URL: https://github.com/apache/phoenix/pull/824#discussion_r451068870



##########
File path: pom.xml
##########
@@ -78,7 +78,7 @@
     <!-- Hadoop and Hbase-thirdparty version -->
     <!-- These are expected to be overridden to conform to cluster versions
     along with hbase.version (defined in profiles) -->
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>3.0.3</hadoop.version>

Review comment:
       Ooof, ok. Let me go over there while I'm in a "trying to catch up" mode :)




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



[GitHub] [phoenix] stoty commented on a change in pull request #824: PHOENIX-5988 Bump HBase and Hadoop versions to latest patch level on …

Posted by GitBox <gi...@apache.org>.
stoty commented on a change in pull request #824:
URL: https://github.com/apache/phoenix/pull/824#discussion_r451067543



##########
File path: pom.xml
##########
@@ -78,7 +78,7 @@
     <!-- Hadoop and Hbase-thirdparty version -->
     <!-- These are expected to be overridden to conform to cluster versions
     along with hbase.version (defined in profiles) -->
-    <hadoop.version>3.0.0</hadoop.version>
+    <hadoop.version>3.0.3</hadoop.version>

Review comment:
       3.1.3 is right out until we do something about Guava, as it pulls in Guava 28, which breaks Phoenix+ Tephra spectacularly.
   
   We could use 3.1.2, but that is known to be incompatible with the HBase 2.2.4 maven artifact, as documented in HBASE-22394 .
   
   Hadoop 3.0.3  + Hbase 2.2.4 is the highest we can go until we solve PHOENIX-5993. (Really looking forward to hearing your ideas on that, in the ticket or in the discuss thread on the list)
   
    




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



[GitHub] [phoenix] stoty closed pull request #824: PHOENIX-5988 Bump HBase and Hadoop versions to latest patch level on …

Posted by GitBox <gi...@apache.org>.
stoty closed pull request #824:
URL: https://github.com/apache/phoenix/pull/824


   


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