You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/06 23:11:54 UTC

svn commit: r1671697 - /mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext

Author: apalumbo
Date: Mon Apr  6 21:11:54 2015
New Revision: 1671697

URL: http://svn.apache.org/r1671697
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=1671697&r1=1671696&r2=1671697&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/developers/buildingmahout.mdtext Mon Apr  6 21:11:54 2015
@@ -4,7 +4,7 @@ Title: BuildingMahout
 
 ## Prerequisites
 
-* Java JDK 1.6
+* Java JDK 1.7
 * Apache Maven
 
 
@@ -29,7 +29,7 @@ The build lifecycle is illustrated below
 
 Compile Mahout using standard maven commands
 
-    # With hadoop-2.2.0 dependency
+    # With hadoop-2.6.0 dependency
     mvn clean compile
 
     # With hadoop-1.2.1 dependency
@@ -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.2.0 dependency
+    # With hadoop-2.6.0 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.2.0 dependency
+    # With hadoop-2.6.0 dependency
     mvn clean install
 
     # With hadoop-1.2.1 dependency