Author: apalumbo
Date: Wed Apr  8 19:43:01 2015
New Revision: 1672153

URL: http://svn.apache.org/r1672153
Log:
CMS commit to mahout by apalumbo

Modified:
    mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext

Modified: mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext
URL: 
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext?rev=1672153&r1=1672152&r2=1672153&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext 
(original)
+++ mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext Wed 
Apr  8 19:43:01 2015
@@ -19,7 +19,7 @@ or
     git clone https://github.com/apache/mahout.git
 
 ##Hadoop version
-Mahout code depends on hadoop-client artifact, with the default version 2.2.0. 
To build Mahout against to a
+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.
 
@@ -29,7 +29,7 @@ The build lifecycle is illustrated below
 
 Compile Mahout using standard maven commands
 
-    # With hadoop-2.6.0 dependency
+    # With hadoop-2.4.1 dependency
     mvn clean compile
 
     # With hadoop-1.2.1 dependency


Reply via email to