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 2016/09/15 17:55:46 UTC

incubator-systemml git commit: [DOCS] Update brew install instructions for Spark 1.6

Repository: incubator-systemml
Updated Branches:
  refs/heads/master f9fbcb76f -> 19a68541c


[DOCS] Update brew install instructions for Spark 1.6

Closes #241.


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

Branch: refs/heads/master
Commit: 19a68541c79ba3644476ef19560ffb284d7daaff
Parents: f9fbcb7
Author: Nakul Jindal <na...@gmail.com>
Authored: Thu Sep 15 10:54:19 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Sep 15 10:54:19 2016 -0700

----------------------------------------------------------------------
 README.md                      | 5 +++--
 docs/beginners-guide-python.md | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/19a68541/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2c73d6e..c1a23ed 100644
--- a/README.md
+++ b/README.md
@@ -98,9 +98,10 @@ Before you get started on SystemML, make sure that your environment is set up an
   brew install Caskroom/cask/java
   ```
 
-  3. **Install Spark.**
+  3. **Install Spark 1.6.**
   ```
-  brew install apache-spark
+  brew tap homebrew/versions
+  brew install apache-spark16
   ```
 
   4. **Download SystemML.**

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/19a68541/docs/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/docs/beginners-guide-python.md b/docs/beginners-guide-python.md
index 725363a..65eef50 100644
--- a/docs/beginners-guide-python.md
+++ b/docs/beginners-guide-python.md
@@ -62,7 +62,8 @@ brew install apache-spark
 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
 brew tap caskroom/cask
 brew install Caskroom/cask/java
-brew install apache-spark
+brew tap homebrew/versions
+brew install apache-spark16
 ```
 </div>
 </div>