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 6f5a56302..13556d0f8 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -134,6 +134,9 @@
<h5>Latest News</h5>
<ul class="list-unstyled">
+ <li><a href="/news/spark-1-5-0-released.html">Spark 1.5.0 released</a>
+ <span class="small">(Sep 09, 2015)</span></li>
+
<li><a href="/news/spark-summit-europe-agenda-posted.html">Spark Summit Europe agenda posted</a>
<span class="small">(Sep 07, 2015)</span></li>
@@ -143,9 +146,6 @@
<li><a href="/news/spark-summit-2015-videos-posted.html">Spark Summit 2015 Videos Posted</a>
<span class="small">(Jun 29, 2015)</span></li>
- <li><a href="/news/spark-1-4-0-released.html">Spark 1.4.0 released</a>
- <span class="small">(Jun 11, 2015)</span></li>
-
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
@@ -176,9 +176,9 @@ $(document).ready(function() {
<h2 id="download-spark">Download Spark</h2>
-<p>The latest release of Spark is Spark 1.4.1, released on July 15, 2015
-<a href="/releases/spark-release-1-4-1.html">(release notes)</a>
-<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=dbaa5c294eb565f84d7032e387e4b8c1a56e4cd2">(git tag)</a><br /></p>
+<p>The latest release of Spark is Spark 1.5.0, released on September 9, 2015
+<a href="/releases/spark-release-1-5-0.html">(release notes)</a>
+<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=tag;h=80828def2372be359adda2fa18d801b36df8320f">(git tag)</a><br /></p>
<ol>
<li>
@@ -209,7 +209,7 @@ $(document).ready(function() {
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.10
-version: 1.4.1
+version: 1.5.0
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -218,8 +218,8 @@ version: 1.4.1
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 1.4 maintenance branch with stability fixes on top of Spark 1.4.1
-git clone git://github.com/apache/spark.git -b branch-1.4
+# 1.5 maintenance branch with stability fixes on top of Spark 1.5.0
+git clone git://github.com/apache/spark.git -b branch-1.5
</code></pre>
<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>