sanjeet006py commented on code in PR #2291:
URL: https://github.com/apache/phoenix/pull/2291#discussion_r2537043303
##########
pom.xml:
##########
@@ -2188,11 +2195,26 @@
</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.compat.version>2.6.4</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.3</id>
+ <activation>
+ <property>
+ <name>hbase.profile</name>
+ <value>2.6.3</value>
+ </property>
+ </activation>
+ <properties>
+ <hbase.profile>2.6.3</hbase.profile>
+ <hadoop.version>3.4.1</hadoop.version>
Review Comment:
When I initially started on PR then Phoenix by default was using hadoop
3.4.1 so, I also used same for pinning hadoop version for HBase 2.6.3. But I
see now HBase & Phoenix is using 3.4.2 so will update the same. Thanks
--
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]