This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new b308ac671 [CELEBORN-742][BUILD] Bump Hadoop 3.2.4
b308ac671 is described below
commit b308ac6717d54bf055b8daf99def7a30592d0332
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jun 29 11:48:45 2023 +0800
[CELEBORN-742][BUILD] Bump Hadoop 3.2.4
### What changes were proposed in this pull request?
Bump Hadoop from 3.2.1 to 3.2.4.
### Why are the changes needed?
Always use the latest patched version.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #1654 from pan3793/CELEBORN-742.
Lead-authored-by: Cheng Pan <[email protected]>
Co-authored-by: Keyong Zhou <[email protected]>
Signed-off-by: mingji <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 146bfc1c8..817ab1085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<maven.version>3.8.8</maven.version>
<flink.version>1.14.6</flink.version>
- <hadoop.version>3.2.1</hadoop.version>
+ <hadoop.version>3.2.4</hadoop.version>
<spark.version>3.3.2</spark.version>
<codahale.metrics.version>3.2.6</codahale.metrics.version>