summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/downloads.html')
-rw-r--r--site/downloads.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/site/downloads.html b/site/downloads.html
index 9bd036a90..e14aaa7be 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -106,7 +106,7 @@
Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
- <li><a href="/docs/latest/">Latest Release (Spark 1.6.0)</a></li>
+ <li><a href="/docs/latest/">Latest Release (Spark 1.6.1)</a></li>
<li><a href="/documentation.html">Other Resources</a></li>
</ul>
</li>
@@ -150,6 +150,9 @@
<h5>Latest News</h5>
<ul class="list-unstyled">
+ <li><a href="/news/spark-1-6-1-released.html">Spark 1.6.1 released</a>
+ <span class="small">(Mar 09, 2016)</span></li>
+
<li><a href="/news/submit-talks-to-spark-summit-2016.html">Submission is open for Spark Summit San Francisco</a>
<span class="small">(Feb 11, 2016)</span></li>
@@ -159,9 +162,6 @@
<li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 released</a>
<span class="small">(Jan 04, 2016)</span></li>
- <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for Spark Summit East 2016 is closing soon!</a>
- <span class="small">(Nov 19, 2015)</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 version is Spark 1.6.0, released on January 4, 2016
-<a href="/releases/spark-release-1-6-0.html">(release notes)</a>
-<a href="https://github.com/apache/spark/releases/tag/v1.6.0">(git tag)</a><br /></p>
+<p>Our latest version is 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>
<ol>
<li>
@@ -225,7 +225,7 @@ $(document).ready(function() {
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.10
-version: 1.6.0
+version: 1.6.1
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -234,7 +234,7 @@ version: 1.6.0
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 1.6 maintenance branch with stability fixes on top of Spark 1.6.0
+# 1.6 maintenance branch with stability fixes on top of Spark 1.6.1
git clone git://github.com/apache/spark.git -b branch-1.6
</code></pre>