summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorMichael Armbrust <marmbrus@apache.org>2016-03-10 19:28:30 +0000
committerMichael Armbrust <marmbrus@apache.org>2016-03-10 19:28:30 +0000
commit7a20fcce76efdd3bbf9748179a093bba882aa5b2 (patch)
tree351f25812bd9143e75b65e29b654f555a8a1429a /downloads.md
parentc2c5b1c8f0383cdf14e3b588f51e0eb3e668b1c0 (diff)
downloadspark-website-7a20fcce76efdd3bbf9748179a093bba882aa5b2.tar.gz
spark-website-7a20fcce76efdd3bbf9748179a093bba882aa5b2.tar.bz2
spark-website-7a20fcce76efdd3bbf9748179a093bba882aa5b2.zip
Release Spark 1.6.1
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 df89f2352..a913e75e5 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Apache Spark&trade;
-Our latest version 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/>
+Our latest version is Spark 1.6.1, released on March 9, 2016
+<a href="{{site.url}}releases/spark-release-1-6-1.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v1.6.1">(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.6.0
+ version: 1.6.1
### Spark Source Code Management
If you are interested in working with the newest under-development code or contributing to Apache 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.6 maintenance branch with stability fixes on top of Spark 1.6.0
+ # 1.6 maintenance branch with stability fixes on top of Spark 1.6.1
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>.