This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 02d4b01f29 [SYSTEMDS-3656] Update Hadoop 3.3.6
02d4b01f29 is described below
commit 02d4b01f294083a16d9dc0b94dc4b82202b90adc
Author: Badrul Chowdhury <[email protected]>
AuthorDate: Mon Jan 15 00:36:37 2024 +0100
[SYSTEMDS-3656] Update Hadoop 3.3.6
This commit update the used HADOOP version to the newest release.
The update is as far as we tested backwards compatible with SYSTEMDS
Closes #1961
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b97cfb30ad..9808bfac51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
</licenses>
<properties>
- <hadoop.version>3.3.4</hadoop.version>
+ <hadoop.version>3.3.6</hadoop.version>
<antlr.version>4.8</antlr.version>
<protobuf.version>3.20.3</protobuf.version>
<spark.version>3.3.1</spark.version>