You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/12 03:26:41 UTC

svn commit: r1672959 - /mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext

Author: apalumbo
Date: Sun Apr 12 01:26:41 2015
New Revision: 1672959

URL: http://svn.apache.org/r1672959
Log:
update spark varsion and link to apache page

Modified:
    mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext?rev=1672959&r1=1672958&r2=1672959&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext Sun Apr 12 01:26:41 2015
@@ -24,7 +24,7 @@ Great Grains Pecan      | 3       | 3
 
 We describe how to do a quick toy setup of Spark & Mahout on your local machine, so that you can run this example and play with the shell. 
 
- 1. Download [Apache Spark 0.9.1](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz) and unpack the archive file
+ 1. Download [Apache Spark 1.1.1](http://www.apache.org/dyn/closer.cgi/spark/spark-1.1.1/spark-1.1.1.tgz) and unpack the archive file
  1. Change to the directory where you unpacked Spark and type ```sbt/sbt assembly``` to build it
  1. Create a directory for Mahout somewhere on your machine, change to there and checkout the master branch of Apache Mahout from GitHub ```git clone https://github.com/apache/mahout mahout```
  1. Change to the ```mahout``` directory and build mahout using ```mvn -DskipTests clean install```