You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2016/08/28 03:55:07 UTC

svn commit: r996064 - in /websites/staging/mahout/trunk/content: ./ general/downloads.html

Author: buildbot
Date: Sun Aug 28 03:55:06 2016
New Revision: 996064

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/general/downloads.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug 28 03:55:06 2016
@@ -1 +1 @@
-1748348
+1758086

Modified: websites/staging/mahout/trunk/content/general/downloads.html
==============================================================================
--- websites/staging/mahout/trunk/content/general/downloads.html (original)
+++ websites/staging/mahout/trunk/content/general/downloads.html Sun Aug 28 03:55:06 2016
@@ -294,7 +294,7 @@ the Apache mirrors. The latest Mahout re
 <h1 id="environment">Environment<a class="headerlink" href="#environment" title="Permanent link">&para;</a></h1>
 <p>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 <code>~/.bash_profile`` `for Mac or</code>~/.bashrc``` for many linux distributions. Add the following</p>
+Edit your environment in <code>~/.bash_profile</code> for Mac or <code>~/.bashrc</code> for many linux distributions. Add the following</p>
 <div class="codehilite"><pre><span class="n">export</span> <span class="n">MAHOUT_HOME</span><span class="p">=</span><span class="o">/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">mahout</span>
 <span class="n">export</span> <span class="n">MAHOUT_LOCAL</span><span class="p">=</span><span class="n">true</span> # <span class="k">for</span> <span class="n">running</span> <span class="n">standalone</span> <span class="n">on</span> <span class="n">your</span> <span class="n">dev</span> <span class="n">machine</span><span class="p">,</span> 
 # <span class="n">unset</span> <span class="n">MAHOUT_LOCAL</span> <span class="k">for</span> <span class="n">running</span> <span class="n">on</span> <span class="n">a</span> <span class="n">cluster</span>