summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-11-10 16:44:07 +0000
committerReynold Xin <rxin@apache.org>2015-11-10 16:44:07 +0000
commit8f3baa79b612ef67c9e938ff3891474ae10b1c5f (patch)
tree157c38ad2983c6404bb52a94d63322089ed51dcd /downloads.md
parent86ac2008a4bbc556bb94916216092d9e51f622e6 (diff)
downloadspark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.tar.gz
spark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.tar.bz2
spark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.zip
1.5.2 release
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/downloads.md b/downloads.md
index c75eda29f..ee1cd66d9 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.5.1, released on October 2, 2015
-<a href="{{site.url}}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/>
+The latest release of Spark is Spark 1.5.2, released on November 9, 2015
+<a href="{{site.url}}releases/spark-release-1-5-2.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v1.5.2">(git tag)</a><br/>
1. Choose a Spark release:
<select id="sparkVersionSelect" onChange="javascript:onVersionSelect();"></select><br>
@@ -41,7 +41,7 @@ Spark artifacts are [hosted in Maven Central](http://search.maven.org/#browse%7C
groupId: org.apache.spark
artifactId: spark-core_2.10
- version: 1.5.1
+ version: 1.5.2
### Spark Source Code Management
If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git:
@@ -49,7 +49,7 @@ If you are interested in working with the newest under-development code or contr
# Master development branch
git clone git://github.com/apache/spark.git
- # 1.5 maintenance branch with stability fixes on top of Spark 1.5.1
+ # 1.5 maintenance branch with stability fixes on top of Spark 1.5.2
git clone git://github.com/apache/spark.git -b branch-1.5
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.