summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-09-09 04:54:47 +0000
committerReynold Xin <rxin@apache.org>2015-09-09 04:54:47 +0000
commit3ab09fde1dbda5327a2c9b63568a8773b47b2f03 (patch)
tree58b176846888d8824cd113146bd59568ea5354f6 /site/downloads.html
parent30b79b956639a17da8d4556c61961d68907ed863 (diff)
downloadspark-website-3ab09fde1dbda5327a2c9b63568a8773b47b2f03.tar.gz
spark-website-3ab09fde1dbda5327a2c9b63568a8773b47b2f03.tar.bz2
spark-website-3ab09fde1dbda5327a2c9b63568a8773b47b2f03.zip
Rolled back to pre-1.5.0
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 13556d0f8..6f5a56302 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -134,9 +134,6 @@
<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>
@@ -146,6 +143,9 @@
<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.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.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>
<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.4.1
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -218,8 +218,8 @@ 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
-git clone git://github.com/apache/spark.git -b branch-1.5
+# 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
</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>