Author: frankscholten
Date: Tue Jul 29 20:16:40 2014
New Revision: 1614476
URL: http://svn.apache.org/r1614476
Log:
Fixed layout of steps to start Spark shell.
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=1614476&r1=1614475&r2=1614476&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
Tue Jul 29 20:16:40 2014
@@ -33,14 +33,10 @@ 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:
-
-<div class="codehilite"><pre>
-export MAHOUT_HOME=[directory into which you checked out Mahout]
+ 1. 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>
-
+</pre>
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