Author: pat
Date: Mon Apr 20 19:44:09 2015
New Revision: 1674968
URL: http://svn.apache.org/r1674968
Log:
CMS commit to mahout by pat
Modified:
mahout/site/mahout_cms/trunk/content/general/downloads.mdtext
Modified: mahout/site/mahout_cms/trunk/content/general/downloads.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/general/downloads.mdtext?rev=1674968&r1=1674967&r2=1674968&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/general/downloads.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/general/downloads.mdtext Mon Apr 20
19:44:09 2015
@@ -1,7 +1,7 @@
Title: Downloads
<a name="Downloads-OfficialRelease"></a>
-# Source code for curren snapshot
+# Source code for the current snapshot
Apache Mahout is mirrored to [Github](https://github.com/apache/mahout). To
get all source:
@@ -16,12 +16,18 @@ the Apache mirrors. The latest Mahout re
# Environment
+Whether you are using Mahout's Shell, running command line jobs or using it as
a library to build your own apps
+you'll need to setup several environment variables.
Edit your environment in ```~/.bash_profile`` `for Mac or ```~/.bashrc``` for
many linux distributions. Add the following
export MAHOUT_HOME=/path/to/mahout
export MAHOUT_LOCAL=true # for running standalone on your dev machine,
# unset MAHOUT_LOCAL for running on a cluster
+If you are running on Spark you will also need $SPARK_HOME
+
+Make sure to have $JAVA_HOME set also
+
# Using Mahout as a Library
Running any application that uses Mahout will require installing a binary or
source version and setting the environment.