This is an automated email from the ASF dual-hosted git repository.
reinwald pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml.git
The following commit(s) were added to refs/heads/master by this push:
new 1217e06 [MINOR] change hadoop version from 2.6.0 to 2.7.7 in pom
1217e06 is described below
commit 1217e06bed61bc53a1fb57b980e14fa9a70b6604
Author: Berthold Reinwald <[email protected]>
AuthorDate: Wed Feb 20 15:34:36 2019 -0800
[MINOR] change hadoop version from 2.6.0 to 2.7.7 in pom
Hadoop 2.6.0 has several vulnerabilities. We upgrade to 2.7.7 to avoid
these vulnerabilities.
Closes #853.
---
README.md | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7b9b193..5feb17f 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ SystemML's distinguishing characteristics are:
2. **Multiple execution modes**, including Spark MLContext API, Spark Batch,
Hadoop Batch, Standalone, and JMLC.
3. **Automatic optimization** based on data and cluster characteristics to
ensure both efficiency and scalability.
-The latest version of SystemML supports: Java 8+, Scala 2.11+, Python
2.7/3.5+, Hadoop 2.6+, and Spark 2.1+.
+The latest version of SystemML supports: Java 8+, Scala 2.11+, Python
2.7/3.5+, Hadoop 2.7.7+, and Spark 2.1+.
## Algorithm Customizability
diff --git a/pom.xml b/pom.xml
index e3d2785..ad74276 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
</mailingLists>
<properties>
- <hadoop.version>2.6.0</hadoop.version>
+ <hadoop.version>2.7.7</hadoop.version>
<antlr.version>4.5.3</antlr.version>
<spark.version>2.1.0</spark.version>
<scala.version>2.11.8</scala.version>