stoty commented on a change in pull request #1098:
URL: https://github.com/apache/phoenix/pull/1098#discussion_r559954987
##########
File path: pom.xml
##########
@@ -79,7 +79,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.3</hadoop.version>
+ <hadoop.version>3.1.4</hadoop.version>
Review comment:
> > HBase 2.1 doesn't officially support Hadoop 3.2 either (though it's
probably more a question of the relative release times than an actual
incompatibility)
>
> True, as long as we are going to support HBase 2.1 with Phoenix 5.1 (which
is the plan), we will have to adhere to this.
We can override hbase.version from each hbase profile, so we could use 3.1.4
for 2.1, and 3.2.1 for 2.2+.
We should also consider dropping HBase 2.1 support in 5.2
----------------------------------------------------------------
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]