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:43:23 UTC

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

Author: buildbot
Date: Wed Apr  8 19:43:23 2015
New Revision: 946789

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:43:23 2015
@@ -1 +1 @@
-1671736
+1672153

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:43:23 2015
@@ -274,13 +274,13 @@ either via</p>
 
 
 <h2 id="hadoop-version">Hadoop version</h2>
-<p>Mahout code depends on hadoop-client artifact, with the default version 2.2.0. To build Mahout against to a
+<p>Mahout code depends on hadoop-client artifact, with the default version 2.4.1. To build Mahout against to a
 different hadoop version, hadoop.version property should be set accordingly and passed to the build command.
 Hadoop1 clients would additionally require hadoop1 profile to be activated.</p>
 <p>The build lifecycle is illustrated below. </p>
 <h2 id="compiling">Compiling</h2>
 <p>Compile Mahout using standard maven commands</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">compile</span>
 
 <span class="c"># With hadoop-1.2.1 dependency</span>