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:57:14 UTC

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

[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/433da61b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/433da61b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/433da61b

Branch: refs/heads/gh-pages
Commit: 433da61b5d9392385a118997d390103290860c37
Parents: 043cbd9
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

----------------------------------------------------------------------
 beginners-guide-python.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/433da61b/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/beginners-guide-python.md b/beginners-guide-python.md
index 725363a..65eef50 100644
--- a/beginners-guide-python.md
+++ b/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>