Author: buildbot
Date: Mon Apr 6 21:11:57 2015
New Revision: 946571
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 Mon Apr 6 21:11:57 2015
@@ -1 +1 @@
-1671696
+1671697
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 Mon
Apr 6 21:11:57 2015
@@ -258,7 +258,7 @@
<h1 id="building-mahout-from-source">Building Mahout from source</h1>
<h2 id="prerequisites">Prerequisites</h2>
<ul>
-<li>Java JDK 1.6</li>
+<li>Java JDK 1.7</li>
<li>Apache Maven</li>
</ul>
<h2 id="getting-the-source-code">Getting the source code</h2>
@@ -280,7 +280,7 @@ Hadoop1 clients would additionally requi
<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.2.0
dependency</span>
+<div class="codehilite"><pre><span class="c"># With hadoop-2.6.0
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>
@@ -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.2.0
dependency</span>
+<div class="codehilite"><pre><span class="c"># With hadoop-2.6.0
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.2.0
dependency</span>
+<div class="codehilite"><pre><span class="c"># With hadoop-2.6.0
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>