From d96af6c9419c3cb774f473c7ad68cf6ba4be6180 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 9 May 2022 23:37:38 -0700 Subject: [PATCH] ORC-1169: Use Hadoop to 3.3.2 on Java 17+ (#1113) ### What changes were proposed in this pull request? This PR aims to upgrade Hadoop to 3.3.2 on `java17` profile in Apache ORC 1.8.0. ### Why are the changes needed? [Apache Hadoop 3.3.2 is the latest version](https://hadoop.apache.org/docs/r3.3.2/index.html) with the following. - This is the first release to support ARM architectures. - Upgrade protobuf from 2.5.0 to something newer - Java 11 runtime support is completed. - Shaded Guava from thirdparty ### How was this patch tested? Pass the Java 17+ CIs. --- java/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 43e632a085..228f262acf 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -470,9 +470,9 @@ [17,) - 3.3.1 - 3.3.1 - 3.3.1 + 3.3.2 + 3.3.2 + 3.3.2