This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new fa615a5204 Bump Hadoop to 3.4.1 (#3017)
fa615a5204 is described below

commit fa615a5204fb306dddd0c584ffea56a4b3597c35
Author: Charles S. Givre <[email protected]>
AuthorDate: Mon Sep 1 10:30:59 2025 -0400

    Bump Hadoop to 3.4.1 (#3017)
---
 contrib/storage-phoenix/pom.xml | 7 +++++++
 pom.xml                         | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml
index 4eb7f5031f..99cff59d5f 100644
--- a/contrib/storage-phoenix/pom.xml
+++ b/contrib/storage-phoenix/pom.xml
@@ -277,7 +277,14 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-hdfs-client</artifactId>
       <version>${hadoop.version}</version>
+      <exclusions>
+        <exclusion>
+            <artifactId>commons-logging</artifactId>
+            <groupId>commons-logging</groupId>
+          </exclusion>
+      </exclusions>
       <scope>test</scope>
+
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>
diff --git a/pom.xml b/pom.xml
index 0a687163a7..5279053ad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
     <forkCount>1</forkCount>
     <freemarker.version>2.3.30</freemarker.version>
     <guava.version>32.1.2-jre</guava.version>
-    <hadoop.version>3.3.6</hadoop.version>
+    <hadoop.version>3.4.1</hadoop.version>
     <hamcrest.version>2.2</hamcrest.version>
     <hbase.version>2.6.1-hadoop3</hbase.version>
     <hikari.version>4.0.3</hikari.version>

Reply via email to