You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2016/12/12 21:48:47 UTC

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

Author: rawkintrevo
Date: Mon Dec 12 21:48:47 2016
New Revision: 1773878

URL: http://svn.apache.org/viewvc?rev=1773878&view=rev
Log:
Updated to Spark 1.6.2

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=1773878&r1=1773877&r2=1773878&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 Mon Dec 12 21:48:47 2016
@@ -26,7 +26,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 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. Download [Apache Spark 1.6.2](http://d3kbcqa49mib13.cloudfront.net/spark-1.6.2-bin-hadoop2.6.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```