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 134aabc30 ORC-1184: Use Hadoop 3.3.3 in benchmark module
134aabc30 is described below
commit 134aabc301d0a6c82526b49a1b64ac9daa1c04b9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue May 24 00:14:44 2022 -0700
ORC-1184: Use Hadoop 3.3.3 in benchmark module
### What changes were proposed in this pull request?
This PR aims to use Apache Hadoop 3.3.3 in `benchmark` module for testing.
### Why are the changes needed?
This will bring the latest bug fixes in Hadoop library.
### How was this patch tested?
Pass the CI and manual tests.
Closes #1135 from dongjoon-hyun/ORC-1184.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 95e5829f3e8000ed26c21276a156e4ae29a41c8d)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 5f3eaedce..a42451282 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -38,7 +38,7 @@
<parquet.version>1.12.2</parquet.version>
<spark.version>3.2.1</spark.version>
<jackson.version>2.12.4</jackson.version>
- <hadoop.version>3.3.1</hadoop.version>
+ <hadoop.version>3.3.3</hadoop.version>
<junit.version>5.8.2</junit.version>
</properties>