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 bc836fc9c ORC-1427: Use Hadoop 3.3.5 in `tools` module
bc836fc9c is described below

commit bc836fc9c82679fa20593931bfe231a498e46328
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 18 00:28:46 2023 -0700

    ORC-1427: Use Hadoop 3.3.5 in `tools` module
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use Hadoop 3.3.5 in `tools` module in Apache ORC 2.0.
    
    ### Why are the changes needed?
    
    We've been using Hadoop 3 for `tools` module in Java 17+ environment 
already.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1503 from dongjoon-hyun/ORC-1427.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index a03c8918e..43ae8fe44 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -79,7 +79,7 @@
     <storage-api.version>2.8.1</storage-api.version>
     <surefire.version>3.0.0-M5</surefire.version>
     <test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
-    <tools.hadoop.version>2.10.2</tools.hadoop.version>
+    <tools.hadoop.version>3.3.5</tools.hadoop.version>
     <zookeeper.version>3.8.1</zookeeper.version>
   </properties>
 
@@ -981,7 +981,6 @@
       <properties>
         <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