summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/downloads.html')
-rw-r--r--site/downloads.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/site/downloads.html b/site/downloads.html
index 39b26aba7..5ae0b0870 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -150,6 +150,9 @@
<h5>Latest News</h5>
<ul class="list-unstyled">
+ <li><a href="/news/spark-2-0-1-released.html">Spark 2.0.1 released</a>
+ <span class="small">(Oct 03, 2016)</span></li>
+
<li><a href="/news/spark-2-0-0-released.html">Spark 2.0.0 released</a>
<span class="small">(Jul 26, 2016)</span></li>
@@ -159,9 +162,6 @@
<li><a href="/news/submit-talks-to-spark-summit-eu-2016.html">Call for Presentations for Spark Summit EU is Open</a>
<span class="small">(Jun 16, 2016)</span></li>
- <li><a href="/news/spark-2.0.0-preview.html">Preview release of Spark 2.0</a>
- <span class="small">(May 26, 2016)</span></li>
-
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
@@ -192,9 +192,9 @@ $(document).ready(function() {
<h2 id="download-apache-sparktrade">Download Apache Spark&#8482;</h2>
-<p>Our latest stable version is Apache Spark 2.0.0, released on July 26, 2016
-<a href="/releases/spark-release-2-0-0.html">(release notes)</a>
-<a href="https://github.com/apache/spark/releases/tag/v2.0.0">(git tag)</a><br /></p>
+<p>Our latest stable version is Apache Spark 2.0.1, released on Oct 3, 2016
+<a href="/releases/spark-release-2-0-1.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v2.0.1">(git tag)</a><br /></p>
<ol>
<li>
@@ -239,7 +239,7 @@ You can select and download it above.
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.11
-version: 2.0.0
+version: 2.0.1
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -248,7 +248,7 @@ version: 2.0.0
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 2.0 maintenance branch with stability fixes on top of Spark 2.0.0
+# 2.0 maintenance branch with stability fixes on top of Spark 2.0.1
git clone git://github.com/apache/spark.git -b branch-2.0
</code></pre>