stoty commented on code in PR #2082:
URL: https://github.com/apache/phoenix/pull/2082#discussion_r1970873885
##########
pom.xml:
##########
@@ -1950,10 +1998,27 @@
</activation>
<properties>
<hbase.profile>2.6</hbase.profile>
+ <!-- Same compat version as 2.6.0, but different Hadoop version -->
<hbase.compat.version>2.6.0</hbase.compat.version>
<hbase.version>${hbase-2.6.runtime.version}</hbase.version>
</properties>
</profile>
+ <profile>
+ <!-- This WILL work with the public -hadoop3 artifacts -->
+ <id>phoenix-hbase-compat-2.6.0</id>
Review Comment:
Yes, the HBase API is stable, earlier HBase versions just don't work with
Hadoop 3.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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]