You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/06/01 18:53:51 UTC

incubator-systemml git commit: [SYSTEMML-497] Specify supported software versions in docs

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 5c3be1e43 -> ae71d00ed


[SYSTEMML-497] Specify supported software versions in docs

Specify the supported Java, Scala, Python, Hadoop, and Spark versions
in the documentation.

Closes #524.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/ae71d00e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/ae71d00e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/ae71d00e

Branch: refs/heads/master
Commit: ae71d00ed3ec83f2e5b0a15377d0339eebf58040
Parents: 5c3be1e
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Jun 1 11:49:59 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Jun 1 11:49:59 2017 -0700

----------------------------------------------------------------------
 README.md     | 6 ++++--
 docs/index.md | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ae71d00e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 40337cb..03827c9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 # SystemML
 
-**Documentation:** [SystemML Documentation](http://apache.github.io/incubator-systemml/)<br/>
+**Documentation:** [SystemML Documentation](http://systemml.apache.org/documentation)<br/>
 **Mailing List:** [Dev Mailing List](mailto:dev@systemml.apache.org)<br/>
 **Build Status:** [![Build Status](https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest/badge/icon)](https://sparktc.ibmcloud.com/jenkins/job/SystemML-DailyTest)<br/>
 **Issue Tracker:** [JIRA](https://issues.apache.org/jira/browse/SYSTEMML)<br/>
@@ -35,6 +35,8 @@ 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+.
+
 
 ## Algorithm Customizability
 
@@ -135,6 +137,6 @@ Before you get started on SystemML, make sure that your environment is set up an
 ## Next Steps!
 
 To get started, please consult the
-[SystemML Documentation](http://apache.github.io/incubator-systemml/) website on GitHub.  We
+[SystemML Documentation](http://systemml.apache.org/documentation).  We
 recommend using the [Spark MLContext API](http://apache.github.io/incubator-systemml/spark-mlcontext-programming-guide.html)
 to run SystemML from Scala or Python using `spark-shell`, `pyspark`, or `spark-submit`.

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ae71d00e/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index e10d48d..6b49e68 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -36,6 +36,7 @@ to find out how to help make SystemML even better!
 
 To download SystemML, visit the [downloads](http://systemml.apache.org/download) page.
 
+This version of SystemML supports: Java 8+, Scala 2.11+, Python 2.7/3.5+, Hadoop 2.6+, and Spark 2.1+.
 
 ## Running SystemML