summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorMichael Armbrust <marmbrus@apache.org>2016-01-04 16:22:05 +0000
committerMichael Armbrust <marmbrus@apache.org>2016-01-04 16:22:05 +0000
commitdcc479ccca226fe07fb94704dcd3edf30d086a0a (patch)
tree2928af3b642a371376799646649c20f147b1e1cf /downloads.md
parentc0ff5ca6447d21dfc258ede00238f553deae67f7 (diff)
downloadspark-website-dcc479ccca226fe07fb94704dcd3edf30d086a0a.tar.gz
spark-website-dcc479ccca226fe07fb94704dcd3edf30d086a0a.tar.bz2
spark-website-dcc479ccca226fe07fb94704dcd3edf30d086a0a.zip
Update site for Spark 1.6.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 ee1cd66d9..8e02da77d 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.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/>
+The latest release of Spark is Spark 1.6.0, released on January 4, 2016
+<a href="{{site.url}}releases/spark-release-1-6-0.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v1.6.0">(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.2
+ version: 1.6.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.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
+ # 1.6 maintenance branch with stability fixes on top of Spark 1.6.0
+ git clone git://github.com/apache/spark.git -b branch-1.6
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>.