This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new a98503c01 ORC-1222: Upgrade `tools.hadoop.version` to 2.10.2
a98503c01 is described below
commit a98503c0148095fc9f7692fbf708a1c694ef41f3
Author: Dongjoon Hyun <[email protected]>
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit d14708057355b36750c09c6fa70bf3cd03af6a04)
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit d7823c5825c6f3cf3f91da453fd14c3076c3e81e)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 503b62cee..7a970cbc2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -71,7 +71,7 @@
<min.hadoop.version>2.2.0</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.6.2</zookeeper.version>
<maven.version>3.8.4</maven.version>