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:16:44 UTC

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

Author: buildbot
Date: Tue Jul 29 20:16:44 2014
New Revision: 917862

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:16:44 2014
@@ -1 +1 @@
-1614473
+1614476

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:16:44 2014
@@ -344,15 +344,10 @@
 <ol>
 <li>Goto the directory where you unpacked Spark and type <code>sbin/start-all.sh</code> to locally start Spark</li>
 <li>Open a browser, point it to <a href="http://localhost:8080/">http://localhost:8080/</a> to check whether Spark successfully started. Copy the url of the spark master at the top of the page (it starts with <strong>spark://</strong>)</li>
-<li>Define the following environment variables: </li>
-</ol>
-<div class="codehilite"><pre>
-export MAHOUT_HOME=[directory into which you checked out Mahout]
+<li>Define the following environment variables: <pre class="codehilite">export MAHOUT_HOME=[directory into which you checked out Mahout]
 export SPARK_HOME=[directory where you unpacked Spark]
 export MASTER=[url of the Spark master]
-</pre></div>
-
-<ol>
+</pre></li>
 <li>Finally, change to the directory where you unpacked Mahout and type <code>bin/mahout spark-shell</code>, you should see the shell starting and get the prompt <code>mahout&gt;</code></li>
 </ol>
 <h2 id="implementation">Implementation</h2>