summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2016-06-06 19:56:07 +0000
committerSean R. Owen <srowen@apache.org>2016-06-06 19:56:07 +0000
commit46f9967aa38a5c6cde6fe66f83ecfe4d3f05fc44 (patch)
tree4539cd7cb03904aac1ed0a738fb603d02a20fdc6 /site/downloads.html
parent8345b4df77521c5b162c718660e1edc8ec3878cc (diff)
downloadspark-website-46f9967aa38a5c6cde6fe66f83ecfe4d3f05fc44.tar.gz
spark-website-46f9967aa38a5c6cde6fe66f83ecfe4d3f05fc44.tar.bz2
spark-website-46f9967aa38a5c6cde6fe66f83ecfe4d3f05fc44.zip
SPARK-15778 add spark-2.0.0-preview release to options and other minor related updates
Diffstat (limited to 'site/downloads.html')
-rw-r--r--site/downloads.html21
1 files changed, 14 insertions, 7 deletions
diff --git a/site/downloads.html b/site/downloads.html
index a53c5361b..a7b757f04 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -192,7 +192,7 @@ $(document).ready(function() {
<h2 id="download-apache-sparktrade">Download Apache Spark&#8482;</h2>
-<p>Our latest version is Apache Spark 1.6.1, released on March 9, 2016
+<p>Our latest stable version is Apache Spark 1.6.1, released on March 9, 2016
<a href="/releases/spark-release-1-6-1.html">(release notes)</a>
<a href="https://github.com/apache/spark/releases/tag/v1.6.1">(git tag)</a><br /></p>
@@ -220,6 +220,17 @@ $(document).ready(function() {
<p><em>Note: Scala 2.11 users should download the Spark source package and build
<a href="http://spark.apache.org/docs/latest/building-spark.html#building-for-scala-211">with Scala 2.11 support</a>.</em></p>
+<h3 id="latest-preview-release">Latest Preview Release</h3>
+
+<p>Preview releases, as the name suggests, are releases for previewing upcoming features.
+Unlike nightly packages, preview releases have been audited by the project&#8217;s management committee
+to satisfy the legal requirements of Apache Software Foundation&#8217;s release policy.
+Preview releases are not meant to be functional, i.e. they can and highly likely will contain
+critical bugs or documentation errors.</p>
+
+<p>The latest preview release is Spark 2.0.0-preview, published on May 24, 2016.
+You can select and download it above.</p>
+
<h3 id="link-with-spark">Link with Spark</h3>
<p>Spark artifacts are <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
@@ -240,13 +251,9 @@ git clone git://github.com/apache/spark.git -b branch-1.6
<p>Once you&#8217;ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>
-<h3 id="all-releases">Stable Releases</h3>
-<ul id="sparkReleaseNotes"></ul>
-
-<h3 id="latest-preview-release-spark-200-preview">Latest Preview Release (Spark 2.0.0-preview)</h3>
-<p>Preview releases, as the name suggests, are releases for previewing upcoming features. Unlike nightly packages, preview releases have been audited by the project&#8217;s management committee to satisfy the legal requirements of Apache Software Foundation&#8217;s release policy.Preview releases are not meant to be functional, i.e. they can and highly likely will contain critical bugs or documentation errors.</p>
+<h3 id="release-notes-for-stable-releases">Release Notes for Stable Releases</h3>
-<p>The latest preview release is Spark 2.0.0-preview, published on May 24, 2016. You can <a href="https://dist.apache.org/repos/dist/release/spark/spark-2.0.0-preview/">download it here</a>.</p>
+<ul id="sparkReleaseNotes"></ul>
<h3 id="nightly-packages-and-artifacts">Nightly Packages and Artifacts</h3>
<p>For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More information is available on the <a href="https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-NightlyBuilds">Spark developer Wiki</a>.</p>