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 2015/04/08 21:45:18 UTC

svn commit: r946790 - in /websites/staging/mahout/trunk/content: ./ developers/buildingmahout.html

Author: buildbot
Date: Wed Apr  8 19:45:17 2015
New Revision: 946790

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/developers/buildingmahout.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr  8 19:45:17 2015
@@ -1 +1 @@
-1672153
+1672154

Modified: websites/staging/mahout/trunk/content/developers/buildingmahout.html
==============================================================================
--- websites/staging/mahout/trunk/content/developers/buildingmahout.html (original)
+++ websites/staging/mahout/trunk/content/developers/buildingmahout.html Wed Apr  8 19:45:17 2015
@@ -290,7 +290,7 @@ Hadoop1 clients would additionally requi
 
 <h2 id="packaging">Packaging</h2>
 <p>Mahout has an extensive test suite which takes some time to run. If you just want to build Mahout, skip the tests like this</p>
-<div class="codehilite"><pre><span class="c"># With hadoop-2.6.0 dependency</span>
+<div class="codehilite"><pre><span class="c"># With hadoop-2.4.1 dependency</span>
 <span class="n">mvn</span> <span class="o">-</span><span class="n">DskipTests</span><span class="p">=</span><span class="nb">true</span> <span class="n">clean</span> <span class="n">package</span>
 
 <span class="c"># With hadoop-1.2.1 dependency</span>
@@ -299,7 +299,7 @@ Hadoop1 clients would additionally requi
 
 
 <p>In order to add mahout artifact to your local repository, run</p>
-<div class="codehilite"><pre><span class="c"># With hadoop-2.6.0 dependency</span>
+<div class="codehilite"><pre><span class="c"># With hadoop-2.4.1 dependency</span>
 <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
 
 <span class="c"># With hadoop-1.2.1 dependency</span>