Author: frankscholten
Date: Tue Jul 29 20:06:49 2014
New Revision: 1614473
URL: http://svn.apache.org/r1614473
Log:
Changed SVN commands to Git commands.
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=1614473&r1=1614472&r2=1614473&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:06:49 2014
@@ -26,7 +26,7 @@ We describe how to do a quick toy setup
1. Download [Apache Spark
0.9.1](http://d3kbcqa49mib13.cloudfront.net/spark-0.9.1.tgz) and unpack the
archive file
1. Change to the directory where you unpacked Spark and type ```sbt/sbt
assembly``` to build it
- 1. Create a directory for Mahout somewhere on your machine, change to there
and checkout the current trunk of Apache Mahout from SVN ```svn co
https://svn.apache.org/repos/asf/mahout/trunk/ mahout```
+ 1. Create a directory for Mahout somewhere on your machine, change to there
and checkout the master branch of Apache Mahout from GitHub ```git clone
https://github.com/apache/mahout mahout```
1. Change to the ```mahout``` directory and build mahout using ```mvn
-DskipTests clean install```
## Starting Mahout's Spark shell