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:09:53 UTC

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

Author: ssc
Date: Sun May 18 12:09:53 2014
New Revision: 1595605

URL: http://svn.apache.org/r1595605
Log:
MAHOUT-1542

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=1595605&r1=1595604&r2=1595605&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:09:53 2014
@@ -34,11 +34,11 @@ We describe how to do a quick toy setup 
  1. Goto the directory where you unpacked Spark and type ```sbin/start-all.sh``` to locally start Spark
  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>
-```
+
+    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>
+
  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> ```
 
 ## Implementation