This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new f8c55233ac PHOENIX-7404 Build the HBase 2.5+ profiles with Hadoop 3.3.6
f8c55233ac is described below
commit f8c55233ac4ba945fa7bfae7a9a0c897c58cfcda
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Sep 9 13:54:52 2024 +0200
PHOENIX-7404 Build the HBase 2.5+ profiles with Hadoop 3.3.6
---
pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9e76f0bbcf..c7ae44e91e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,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.2.4</hadoop.version>
+ <hadoop.version>3.3.6</hadoop.version>
<phoenix.thirdparty.version>2.1.0</phoenix.thirdparty.version>
<hbase.suffix>hbase-${hbase.profile}</hbase.suffix>
@@ -1877,7 +1877,6 @@
<properties>
<hbase.profile>2.5</hbase.profile>
<hbase.compat.version>2.5.4</hbase.compat.version>
- <hadoop.version>3.2.4</hadoop.version>
<hbase.version>${hbase-2.5.runtime.version}</hbase.version>
</properties>
</profile>
@@ -1909,7 +1908,6 @@
<properties>
<hbase.profile>2.5</hbase.profile>
<hbase.compat.version>2.5.4</hbase.compat.version>
- <hadoop.version>3.2.4</hadoop.version>
<hbase.version>${hbase-2.5.runtime.version}</hbase.version>
</properties>
</profile>
@@ -1925,7 +1923,6 @@
<properties>
<hbase.profile>2.5.0</hbase.profile>
<hbase.compat.version>2.5.0</hbase.compat.version>
- <hadoop.version>3.2.4</hadoop.version>
<hbase.version>${hbase-2.5.0.runtime.version}</hbase.version>
</properties>
</profile>
@@ -1941,7 +1938,6 @@
<properties>
<hbase.profile>2.6</hbase.profile>
<hbase.compat.version>2.6.0</hbase.compat.version>
- <hadoop.version>3.3.5</hadoop.version>
<hbase.version>${hbase-2.6.runtime.version}</hbase.version>
</properties>
</profile>