summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-10-02 02:36:53 +0000
committerReynold Xin <rxin@apache.org>2015-10-02 02:36:53 +0000
commit90db5a1632fee82667f63f26b748827eb7075089 (patch)
tree557d73fda8e936ec68ed0b72ff3b3a8dc69213fd /site/downloads.html
parent3a384df51131aa4c17aa0b6e613790d05b1cea35 (diff)
downloadspark-website-90db5a1632fee82667f63f26b748827eb7075089.tar.gz
spark-website-90db5a1632fee82667f63f26b748827eb7075089.tar.bz2
spark-website-90db5a1632fee82667f63f26b748827eb7075089.zip
1.5.1 release
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 939f534cb..e274db911 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-1-released.html">Spark 1.5.1 released</a>
+ <span class="small">(Oct 02, 2015)</span></li>
+
<li><a href="/news/spark-1-5-0-released.html">Spark 1.5.0 released</a>
<span class="small">(Sep 09, 2015)</span></li>
@@ -143,9 +146,6 @@
<li><a href="/news/spark-1-4-1-released.html">Spark 1.4.1 released</a>
<span class="small">(Jul 15, 2015)</span></li>
- <li><a href="/news/spark-summit-2015-videos-posted.html">Spark Summit 2015 Videos Posted</a>
- <span class="small">(Jun 29, 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.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>
+<p>The latest release of Spark is Spark 1.5.1, released on October 2, 2015
+<a href="/releases/spark-release-1-5-1.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v1.5.1">(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.5.0
+version: 1.5.1
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -218,7 +218,7 @@ version: 1.5.0
<pre><code># Master development branch
git clone git://github.com/apache/spark.git
-# 1.5 maintenance branch with stability fixes on top of Spark 1.5.0
+# 1.5 maintenance branch with stability fixes on top of Spark 1.5.1
git clone git://github.com/apache/spark.git -b branch-1.5
</code></pre>