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

william pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 3ee7cd098 ORC-1400: Use Hadoop 3.3.5 on Java 17+ and benchmark
3ee7cd098 is described below

commit 3ee7cd098904396e8988fd7db62d4dd7fd856291
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 23 21:41:48 2023 -0700

    ORC-1400: Use Hadoop 3.3.5 on Java 17+ and benchmark
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Hadoop to 3.3.5 on Java 17+ and benchmark module
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes.
    - https://hadoop.apache.org/release/3.3.5.html
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1451 from dongjoon-hyun/ORC-1400.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: William Hyun <[email protected]>
    (cherry picked from commit 65ed19ba920a16da2996e7d47b66401a0ec2e519)
    Signed-off-by: William Hyun <[email protected]>
---
 java/bench/pom.xml | 2 +-
 java/pom.xml       | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 9a0d9ee3c..5a3c74fbc 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -34,7 +34,7 @@
 
   <properties>
     <avro.version>1.11.1</avro.version>
-    <hadoop.version>3.3.4</hadoop.version>
+    <hadoop.version>3.3.5</hadoop.version>
     <hive.version>3.1.3</hive.version>
     <jmh.version>1.20</jmh.version>
     <junit.version>5.8.2</junit.version>
diff --git a/java/pom.xml b/java/pom.xml
index f29dbcadb..df6972922 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -939,9 +939,9 @@
         <jdk>[17,)</jdk>
       </activation>
       <properties>
-        <hadoop.version>3.3.4</hadoop.version>
-        <min.hadoop.version>3.3.4</min.hadoop.version>
-        <tools.hadoop.version>3.3.4</tools.hadoop.version>
+        <hadoop.version>3.3.5</hadoop.version>
+        <min.hadoop.version>3.3.5</min.hadoop.version>
+        <tools.hadoop.version>3.3.5</tools.hadoop.version>
       </properties>
     </profile>
     <profile>

Reply via email to