summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-09-09 04:51:23 +0000
committerReynold Xin <rxin@apache.org>2015-09-09 04:51:23 +0000
commit30b79b956639a17da8d4556c61961d68907ed863 (patch)
treeea5c654f1daec3020fe32504c2c9b23711b6a15f /downloads.md
parent443d7fc272a34a818df4dd589bb251ec1087ae11 (diff)
downloadspark-website-30b79b956639a17da8d4556c61961d68907ed863.tar.gz
spark-website-30b79b956639a17da8d4556c61961d68907ed863.tar.bz2
spark-website-30b79b956639a17da8d4556c61961d68907ed863.zip
1.5.0
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/downloads.md b/downloads.md
index efbd80e83..0b4e47bdb 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.4.1, released on July 15, 2015
-<a href="{{site.url}}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/>
+The latest release of Spark is Spark 1.5.0, released on September 9, 2015
+<a href="{{site.url}}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/>
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.4.1
+ version: 1.5.0
### 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,8 +49,8 @@ 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.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
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>.