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/20 21:46:38 UTC

svn commit: r948489 - in /websites/staging/mahout/trunk/content: ./ general/downloads.html

Author: buildbot
Date: Mon Apr 20 19:46:38 2015
New Revision: 948489

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/general/downloads.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 19:46:38 2015
@@ -1 +1 @@
-1674968
+1674970

Modified: websites/staging/mahout/trunk/content/general/downloads.html
==============================================================================
--- websites/staging/mahout/trunk/content/general/downloads.html (original)
+++ websites/staging/mahout/trunk/content/general/downloads.html Mon Apr 20 19:46:38 2015
@@ -267,13 +267,6 @@
 </pre></div>
 
 
-<h1 id="official-release">Official Release</h1>
-<p>Apache Mahout is an official Apache project and thus available from any of
-the Apache mirrors. The latest Mahout release is available for download at: </p>
-<ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/mahout/">Download Latest</a></li>
-<li><a href="http://archive.apache.org/dist/mahout/">Release Archive</a></li>
-</ul>
 <h1 id="environment">Environment</h1>
 <p>Whether you are using Mahout's Shell, running command line jobs or using it as a library to build your own apps 
 you'll need to setup several environment variables. 
@@ -286,6 +279,13 @@ Edit your environment in <code>~/.bash_p
 
 <p>If you are running on Spark you will also need $SPARK_HOME</p>
 <p>Make sure to have $JAVA_HOME set also</p>
+<h1 id="official-release">Official Release</h1>
+<p>Apache Mahout is an official Apache project and thus available from any of
+the Apache mirrors. The latest Mahout release is available for download at: </p>
+<ul>
+<li><a href="http://www.apache.org/dyn/closer.cgi/mahout/">Download Latest</a></li>
+<li><a href="http://archive.apache.org/dist/mahout/">Release Archive</a></li>
+</ul>
 <h1 id="using-mahout-as-a-library">Using Mahout as a Library</h1>
 <p>Running any application that uses Mahout will require installing a binary or source version and setting the environment.<br />
 Then add the appropriate setting to your pom.xml or build.sbt following the template below.</p>