You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2014/05/18 14:15:22 UTC

svn commit: r1595607 - /mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext

Author: ssc
Date: Sun May 18 12:15:22 2014
New Revision: 1595607

URL: http://svn.apache.org/r1595607
Log:
CMS commit to mahout by ssc

Modified:
    mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext?rev=1595607&r1=1595606&r2=1595607&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext Sun May 18 12:15:22 2014
@@ -35,9 +35,11 @@ We describe how to do a quick toy setup 
  1. Open a browser, point it to [http://localhost:8080/](http://localhost:8080/) to check whether Spark successfully started. Copy the url of the spark master at the top of the page (it starts with **spark://**)
  1. Define the following environment variables: 
 
-        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]
+<div class="codehilite"><pre>
+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>
 
  1. Finally, change to the directory where you unpacked Mahout and type ```bin/mahout spark-shell```, you should see the shell starting and get the prompt ```mahout> ```