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

incubator-systemml git commit: [MINOR] Update versions in main readme markdown

Repository: incubator-systemml
Updated Branches:
  refs/heads/master edb9e7786 -> f780672d1


[MINOR] Update versions in main readme markdown


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

Branch: refs/heads/master
Commit: f780672d172384d985e14705993f9356c72e981b
Parents: edb9e77
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Mon Feb 20 10:52:24 2017 -0800
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Mon Feb 20 10:52:25 2017 -0800

----------------------------------------------------------------------
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f780672d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ec36549..54c27a3 100644
--- a/README.md
+++ b/README.md
@@ -98,22 +98,22 @@ Before you get started on SystemML, make sure that your environment is set up an
   brew install Caskroom/cask/java
   ```
 
-  3. **Install Spark 1.6.**
+  3. **Install Spark 2.1.**
   ```
   brew tap homebrew/versions
-  brew install apache-spark16
+  brew install apache-spark21
   ```
 
   4. **Download SystemML.**
 
-  Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-0.10.0-incubating.zip` (should be 2nd), and unzip it to a location of your choice.
+  Go to the [SystemML Downloads page](http://systemml.apache.org/download.html), download `systemml-0.13.0-incubating.zip` (should be 2nd), and unzip it to a location of your choice.
 
   *The next step is optional, but it will make your life a lot easier.*
 
   5. **[OPTIONAL] Set `SYSTEMML_HOME` in your bash profile.**
   Add the following to `~/.bash_profile`, replacing `path/to/` with the location of the download in step 5.
   ```
-  export SYSTEMML_HOME=path/to/systemml-0.10.0-incubating
+  export SYSTEMML_HOME=path/to/systemml-0.13.0-incubating
   ```
   *Make sure to open a new tab in terminal so that you make sure the changes have been made.*