summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2016-05-25 06:34:51 +0000
committerReynold Xin <rxin@apache.org>2016-05-25 06:34:51 +0000
commit966c1a17f6222570c3e2018a658a665eb366f2ef (patch)
tree467d9fa918785f2b4277518bb4376e2a03bfbb39
parent266521529f1258041870243fe41a6076b9814125 (diff)
downloadspark-website-966c1a17f6222570c3e2018a658a665eb366f2ef.tar.gz
spark-website-966c1a17f6222570c3e2018a658a665eb366f2ef.tar.bz2
spark-website-966c1a17f6222570c3e2018a658a665eb366f2ef.zip
spark-2.0.0-preview
-rw-r--r--downloads.md12
-rw-r--r--site/downloads.html12
-rw-r--r--site/js/downloads.js5
3 files changed, 19 insertions, 10 deletions
diff --git a/downloads.md b/downloads.md
index 116696f40..37f610312 100644
--- a/downloads.md
+++ b/downloads.md
@@ -54,9 +54,15 @@ If you are interested in working with the newest under-development code or contr
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.
-### Nightly Packages and Artifacts
+<h3 id="all-releases">Stable Releases</h3>
+<ul id="sparkReleaseNotes"></ul>
+
+### Latest Preview Release (Spark 2.0.0-preview)
+Preview releases, as the name suggests, are releases for previewing upcoming features. Unlike nightly packages, preview releases have been audited by the project's management committee to satisfy the legal requirements of Apache Software Foundation'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.
+
+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>.
+
+### Nightly Packages and Artifacts
For developers, Spark maintains nightly builds and SNAPSHOT artifacts. More information is available on the [Spark developer Wiki](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-NightlyBuilds).
-<h3 id="all-releases">All Releases</h3>
-<ul id="sparkReleaseNotes">
diff --git a/site/downloads.html b/site/downloads.html
index 53d3e5fd3..1911f7499 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -240,13 +240,17 @@ 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="nightly-packages-and-artifacts">Nightly Packages and Artifacts</h3>
+<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>
+<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>
+
+<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>
-<h3 id="all-releases">All Releases</h3>
-<ul id="sparkReleaseNotes">
-</ul>
</div>
</div>
diff --git a/site/js/downloads.js b/site/js/downloads.js
index 1ae3e774e..26901eefc 100644
--- a/site/js/downloads.js
+++ b/site/js/downloads.js
@@ -177,9 +177,8 @@ function updateDownloadLink() {
if (pkg.toLowerCase().indexOf("mapr") > -1) {
link = "http://package.mapr.com/tools/apache-spark/$ver/$artifact"
} else if (download == "apache") {
- if (version < "1.3.1" ||
- (version >= "1.4.0" && version < "1.4.1") ||
- (version >= "1.5.0" && version < "1.5.1")) {
+ if (version < "1.5.2" ||
+ (version >= "1.6.0" && version < "1.6.1")) {
link = "http://archive.apache.org/dist/spark/spark-$ver/$artifact";
} else {
link = "http://www.apache.org/dyn/closer.lua/spark/spark-$ver/$artifact";