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/07/24 08:08:04 UTC

[orc] branch main updated: ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2

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 d14708057 ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
d14708057 is described below

commit d14708057355b36750c09c6fa70bf3cd03af6a04
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Jul 24 01:07:58 2022 -0700

    ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
    
    ### What changes were proposed in this pull request?
    
    This PR aims to bump `tools.hadoop.version` to 2.10.2 for Apache ORC 1.8.0.
    
    ### Why are the changes needed?
    
    To improve tools.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1188 from dongjoon-hyun/ORC-1222.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 6e159273b..891d8e596 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -72,7 +72,7 @@
 
     <min.hadoop.version>2.7.3</min.hadoop.version>
     <hadoop.version>2.7.3</hadoop.version>
-    <tools.hadoop.version>2.10.1</tools.hadoop.version>
+    <tools.hadoop.version>2.10.2</tools.hadoop.version>
     <storage-api.version>2.8.1</storage-api.version>
     <zookeeper.version>3.8.0</zookeeper.version>
     <maven.version>3.8.6</maven.version>