Author: buildbot
Date: Fri Aug 7 02:21:18 2015
New Revision: 961014
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 Fri Aug 7 02:21:18 2015
@@ -1 +1 @@
-1694603
+1694604
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 Fri Aug 7
02:21:18 2015
@@ -263,14 +263,32 @@
<div id="content-wrap" class="clearfix">
<div id="main">
- <p><a name="Downloads-OfficialRelease"></a></p>
-<h1 id="source-code-for-the-current-snapshot">Source code for the current
snapshot</h1>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p><a name="Downloads-OfficialRelease"></a></p>
+<h1 id="official-release">Official Release<a class="headerlink"
href="#official-release" title="Permanent link">¶</a></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="source-code-for-the-current-snapshot">Source code for the current
snapshot<a class="headerlink" href="#source-code-for-the-current-snapshot"
title="Permanent link">¶</a></h1>
<p>Apache Mahout is mirrored to <a
href="https://github.com/apache/mahout">Github</a>. To get all source:</p>
<div class="codehilite"><pre><span class="n">git</span> <span
class="n">clone</span> <span class="n">https</span><span
class="p">:</span><span class="o">//</span><span class="n">github</span><span
class="p">.</span><span class="n">com</span><span class="o">/</span><span
class="n">apache</span><span class="o">/</span><span
class="n">mahout</span><span class="p">.</span><span class="n">git</span> <span
class="n">mahout</span>
</pre></div>
-<h1 id="environment">Environment</h1>
+<h1 id="environment">Environment<a class="headerlink" href="#environment"
title="Permanent link">¶</a></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.
Edit your environment in <code>~/.bash_profile`` `for Mac
or</code>~/.bashrc``` for many linux distributions. Add the following</p>
@@ -282,14 +300,7 @@ 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>
+<h1 id="using-mahout-as-a-library">Using Mahout as a Library<a
class="headerlink" href="#using-mahout-as-a-library" title="Permanent
link">¶</a></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>
<p>If you only need the math part of Mahout:</p>
@@ -312,7 +323,7 @@ Then add the appropriate setting to your
<p>In case you are using Ivy, Gradle, Buildr, Grape or SBT you might want to
directly head over to the official <a
href="http://mvnrepository.com/artifact/org.apache.mahout/mahout-core">Maven
Repository search</a>.</p>
<p><a name="Downloads-FutureReleases"></a></p>
-<h1 id="future-releases">Future Releases</h1>
+<h1 id="future-releases">Future Releases<a class="headerlink"
href="#future-releases" title="Permanent link">¶</a></h1>
<p>Official releases are usually created when the developers feel there are
sufficient changes, improvements and bug fixes to warrant a release. Watch
the <a
href="https://mahout.apache.org/general/mailing-lists,-irc-and-archives.html">Mailing
lists</a>