You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/10 06:22:03 UTC

[orc] branch main updated: ORC-1245: Use Hadoop 3.3.4 on Java 17+ and benchmark

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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new edccbd808 ORC-1245: Use Hadoop 3.3.4 on Java 17+ and benchmark
edccbd808 is described below

commit edccbd80865d06cc6d6207a41661a1db5313f4e6
Author: William Hyun <wi...@apache.org>
AuthorDate: Tue Aug 9 23:21:55 2022 -0700

    ORC-1245: Use Hadoop 3.3.4 on Java 17+ and benchmark
    
    ### What changes were proposed in this pull request?
    This PR aims to use use Hadoop 3.3.4 on Java 17+ and benchmark.
    
    ### Why are the changes needed?
    This will bring the following bug fixes.
    - https://hadoop.apache.org/docs/r3.3.4/hadoop-project-dist/hadoop-common/release/3.3.4/CHANGELOG.3.3.4.html
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #1216 from williamhyun/hadoop334.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 89d7bc7d2..487cff70b 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -37,7 +37,7 @@
     <orc.version>${project.version}</orc.version>
     <parquet.version>1.12.3</parquet.version>
     <spark.version>3.3.0</spark.version>
-    <hadoop.version>3.3.3</hadoop.version>
+    <hadoop.version>3.3.4</hadoop.version>
     <junit.version>5.9.0</junit.version>
   </properties>
 
diff --git a/java/pom.xml b/java/pom.xml
index 828f96f5f..9189f8152 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -533,9 +533,9 @@
         <jdk>[17,)</jdk>
       </activation>
       <properties>
-        <min.hadoop.version>3.3.3</min.hadoop.version>
-        <hadoop.version>3.3.3</hadoop.version>
-        <tools.hadoop.version>3.3.3</tools.hadoop.version>
+        <min.hadoop.version>3.3.4</min.hadoop.version>
+        <hadoop.version>3.3.4</hadoop.version>
+        <tools.hadoop.version>3.3.4</tools.hadoop.version>
       </properties>
     </profile>
     <profile>