Author: apalumbo
Date: Wed Apr 8 19:45:12 2015
New Revision: 1672154
URL: http://svn.apache.org/r1672154
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=1672154&r1=1672153&r2=1672154&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:45:12 2015
@@ -39,7 +39,7 @@ Compile Mahout using standard maven comm
Mahout has an extensive test suite which takes some time to run. If you just
want to build Mahout, skip the tests like this
- # With hadoop-2.6.0 dependency
+ # With hadoop-2.4.1 dependency
mvn -DskipTests=true clean package
# With hadoop-1.2.1 dependency
@@ -48,7 +48,7 @@ Mahout has an extensive test suite which
In order to add mahout artifact to your local repository, run
- # With hadoop-2.6.0 dependency
+ # With hadoop-2.4.1 dependency
mvn clean install
# With hadoop-1.2.1 dependency