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 2016/12/12 21:48:52 UTC

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

Author: buildbot
Date: Mon Dec 12 21:48:52 2016
New Revision: 1002685

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 Mon Dec 12 21:48:52 2016
@@ -1 +1 @@
-1769140
+1773878

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 Mon Dec 12 21:48:52 2016
@@ -371,7 +371,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="installing-mahout-spark-on-your-local-machine">Installing Mahout &amp; Spark on your local machine<a class="headerlink" href="#installing-mahout-spark-on-your-local-machine" title="Permanent link">&para;</a></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://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>Download <a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.6.2-bin-hadoop2.6.tgz">Apache Spark 1.6.2</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>