You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ja...@apache.org on 2018/05/15 11:22:59 UTC

systemml git commit: [MINOR] update deprecated brew commands for installing Java and Spark.

Repository: systemml
Updated Branches:
  refs/heads/master f4a399730 -> df3e12aa2


[MINOR] update deprecated brew commands for installing Java and Spark.

Closes #761.


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

Branch: refs/heads/master
Commit: df3e12aa2fd032785c4e0db10cd2e952dccd289e
Parents: f4a3997
Author: Matsunaga-D <ed...@gmail.com>
Authored: Tue May 15 16:43:46 2018 +0530
Committer: Janardhan Pulivarthi <j1...@protonmail.com>
Committed: Tue May 15 16:43:46 2018 +0530

----------------------------------------------------------------------
 README.md                      |  9 ++++-----
 docs/beginners-guide-python.md | 14 ++++++--------
 src/main/standalone/README.txt |  9 ++++-----
 3 files changed, 14 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/df3e12aa/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a58b972..5b42d83 100644
--- a/README.md
+++ b/README.md
@@ -95,14 +95,13 @@ Before you get started on SystemML, make sure that your environment is set up an
 
   2. **Install Java (need Java 8).**
   ```
-  brew tap caskroom/cask
-  brew install Caskroom/cask/java
+  brew tap caskroom/versions
+  brew cask install java8
   ```
 
-  3. **Install Spark 2.1.**
+  3. **Install Spark (Newest).**
   ```
-  brew tap homebrew/versions
-  brew install apache-spark21
+  brew install apache-spark
   ```
 
   4. **Download SystemML.**

http://git-wip-us.apache.org/repos/asf/systemml/blob/df3e12aa/docs/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/docs/beginners-guide-python.md b/docs/beginners-guide-python.md
index 173ea63..53620e5 100644
--- a/docs/beginners-guide-python.md
+++ b/docs/beginners-guide-python.md
@@ -52,19 +52,17 @@ If you already have an Apache Spark installation, you can skip this step.
 <div data-lang="OSX" markdown="1">
 ```bash
 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-brew tap caskroom/cask
-brew install Caskroom/cask/java
-brew tap homebrew/versions
-brew install apache-spark16
+brew tap caskroom/versions
+brew cask install java8
+brew install apache-spark
 ```
 </div>
 <div data-lang="Linux" markdown="1">
 ```bash
 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
-brew tap caskroom/cask
-brew install Caskroom/cask/java
-brew tap homebrew/versions
-brew install apache-spark16
+brew tap caskroom/versions
+brew cask install java8
+brew install apache-spark
 ```
 </div>
 </div>

http://git-wip-us.apache.org/repos/asf/systemml/blob/df3e12aa/src/main/standalone/README.txt
----------------------------------------------------------------------
diff --git a/src/main/standalone/README.txt b/src/main/standalone/README.txt
index 49b866f..56401fd 100644
--- a/src/main/standalone/README.txt
+++ b/src/main/standalone/README.txt
@@ -90,14 +90,13 @@ Before you get started on SystemML, make sure that your environment is set up an
 
   2. **Install Java (need Java 8).**
   ```
-  brew tap caskroom/cask
-  brew install Caskroom/cask/java
+  brew tap caskroom/versions
+  brew cask install java8
   ```
 
-  3. **Install Spark 2.1.**
+  3. **Install Spark (Newest)**
   ```
-  brew tap homebrew/versions
-  brew install apache-spark21
+  brew install apache-spark
   ```
 
   4. **Download SystemML.**