Skip to content

Commit 8e52e7b

Browse files
committed
[KYUUBI #7356] Bump Hadoop 3.4.3
### Why are the changes needed? Prepare for Java 25 support.- Hadoop 3.4.3 is the first version that can use UGI on Java 25, see HADOOP-19212, though it may not be fully compatible with Java 25. ### How was this patch tested? Pass GHA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #7356 from pan3793/hadoop-3.4.3. Closes #7356 5b5a99e [Cheng Pan] Bump Hadoop 3.4.3 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 9d6480d commit 8e52e7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev/dependencyList

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ grpc-stub/1.76.2//grpc-stub-1.76.2.jar
4747
grpc-util/1.76.2//grpc-util-1.76.2.jar
4848
gson/2.11.0//gson-2.11.0.jar
4949
guava/33.4.8-jre//guava-33.4.8-jre.jar
50-
hadoop-client-api/3.3.6//hadoop-client-api-3.3.6.jar
51-
hadoop-client-runtime/3.3.6//hadoop-client-runtime-3.3.6.jar
50+
hadoop-client-api/3.4.3//hadoop-client-api-3.4.3.jar
51+
hadoop-client-runtime/3.4.3//hadoop-client-runtime-3.4.3.jar
5252
hk2-api/2.6.1//hk2-api-2.6.1.jar
5353
hk2-locator/2.6.1//hk2-locator-2.6.1.jar
5454
hk2-utils/2.6.1//hk2-utils-2.6.1.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<grpc.version>1.76.2</grpc.version>
151151
<guava.version>33.4.8-jre</guava.version>
152152
<guava.failureaccess.version>1.0.3</guava.failureaccess.version>
153-
<hadoop.version>3.3.6</hadoop.version>
153+
<hadoop.version>3.4.3</hadoop.version>
154154
<hikaricp.version>4.0.3</hikaricp.version>
155155
<fliptables.verion>1.1.1</fliptables.verion>
156156
<hive.version>3.1.3</hive.version>

0 commit comments

Comments
 (0)