Author: rxin
Date: Wed May 25 06:34:51 2016
New Revision: 1745433

URL: http://svn.apache.org/viewvc?rev=1745433&view=rev
Log:
spark-2.0.0-preview

Modified:
    spark/downloads.md
    spark/site/downloads.html
    spark/site/js/downloads.js

Modified: spark/downloads.md
URL: 
http://svn.apache.org/viewvc/spark/downloads.md?rev=1745433&r1=1745432&r2=1745433&view=diff
==============================================================================
--- spark/downloads.md (original)
+++ spark/downloads.md Wed May 25 06:34:51 2016
@@ -54,9 +54,15 @@ If you are interested in working with th
 
 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">

Modified: spark/site/downloads.html
URL: 
http://svn.apache.org/viewvc/spark/site/downloads.html?rev=1745433&r1=1745432&r2=1745433&view=diff
==============================================================================
--- spark/site/downloads.html (original)
+++ spark/site/downloads.html Wed May 25 06:34:51 2016
@@ -240,13 +240,17 @@ git clone git://github.com/apache/spark.
 
 <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>

Modified: spark/site/js/downloads.js
URL: 
http://svn.apache.org/viewvc/spark/site/js/downloads.js?rev=1745433&r1=1745432&r2=1745433&view=diff
==============================================================================
--- spark/site/js/downloads.js (original)
+++ spark/site/js/downloads.js Wed May 25 06:34:51 2016
@@ -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";;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to