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 f7fccd87ce PHOENIX-7687 Wrong Hadoop version used for Hbase 2.5.0
profile (#2270)
f7fccd87ce is described below
commit f7fccd87ced833465b0879eed39048319f0cd468
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Aug 7 14:31:03 2025 +0200
PHOENIX-7687 Wrong Hadoop version used for Hbase 2.5.0 profile (#2270)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4cae3de8e..b1e72db424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2164,7 +2164,7 @@
<properties>
<hbase.profile>2.5.0</hbase.profile>
<hbase.compat.version>2.5.0</hbase.compat.version>
- <hadoop.version>3.3.6</hadoop.version>
+ <hadoop.version>3.2.4</hadoop.version>
<hbase.version>${hbase-2.5.0.runtime.version}</hbase.version>
</properties>
</profile>