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/05/18 14:12:51 UTC

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

Author: buildbot
Date: Sun May 18 12:12:51 2014
New Revision: 909167

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 May 18 12:12:51 2014
@@ -1 +1 @@
-1595605
+1595606

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 May 18 12:12:51 2014
@@ -341,9 +341,12 @@
 <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>
 <p>Define the following environment variables: </p>
-<p>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></p>
+<div class="codehilite"><pre><span class="n">export</span> <span class="n">MAHOUT_HOME</span><span class="p">=[</span><span class="n">directory</span> <span class="n">into</span> <span class="n">which</span> <span class="n">you</span> <span class="n">checked</span> <span class="n">out</span> <span class="n">Mahout</span><span class="p">]</span>
+<span class="n">export</span> <span class="n">SPARK_HOME</span><span class="p">=[</span><span class="n">directory</span> <span class="n">where</span> <span class="n">you</span> <span class="n">unpacked</span> <span class="n">Spark</span><span class="p">]</span>
+<span class="n">export</span> <span class="n">MASTER</span><span class="p">=[</span><span class="n">url</span> <span class="n">of</span> <span class="n">the</span> <span class="n">Spark</span> <span class="n">master</span><span class="p">]</span>
+</pre></div>
+
+
 </li>
 <li>
 <p>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></p>