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

svn commit: r947263 - in /websites/staging/mahout/trunk/content: ./ users/sparkbindings/play-with-shell.html

Author: buildbot
Date: Sun Apr 12 01:26:44 2015
New Revision: 947263

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/sparkbindings/play-with-shell.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Apr 12 01:26:44 2015
@@ -1 +1 @@
-1672958
+1672959

Modified: websites/staging/mahout/trunk/content/users/sparkbindings/play-with-shell.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/sparkbindings/play-with-shell.html (original)
+++ websites/staging/mahout/trunk/content/users/sparkbindings/play-with-shell.html Sun Apr 12 01:26:44 2015
@@ -348,7 +348,7 @@
 <h2 id="installing-mahout-spark-on-your-local-machine">Installing Mahout &amp; Spark on your local machine</h2>
 <p>We describe how to do a quick toy setup of Spark &amp; Mahout on your local machine, so that you can run this example and play with the shell. </p>
 <ol>
-<li>Download <a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz">Apache Spark 0.9.1</a> and unpack the archive file</li>
+<li>Download <a href="http://www.apache.org/dyn/closer.cgi/spark/spark-1.1.1/spark-1.1.1.tgz">Apache Spark 1.1.1</a> and unpack the archive file</li>
 <li>Change to the directory where you unpacked Spark and type <code>sbt/sbt assembly</code> to build it</li>
 <li>Create a directory for Mahout somewhere on your machine, change to there and checkout the master branch of Apache Mahout from GitHub <code>git clone https://github.com/apache/mahout mahout</code></li>
 <li>Change to the <code>mahout</code> directory and build mahout using <code>mvn -DskipTests clean install</code></li>