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 2014/07/29 22:06:54 UTC

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

Author: buildbot
Date: Tue Jul 29 20:06:54 2014
New Revision: 917860

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 Tue Jul 29 20:06:54 2014
@@ -1 +1 @@
-1608638
+1614473

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 Tue Jul 29 20:06:54 2014
@@ -337,7 +337,7 @@
 <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>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 current trunk of Apache Mahout from SVN <code>svn co https://svn.apache.org/repos/asf/mahout/trunk/ mahout</code></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>
 </ol>
 <h2 id="starting-mahouts-spark-shell">Starting Mahout's Spark shell</h2>