summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
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 da21cb528..e8fc30207 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Apache Spark™
-Our latest stable version is Apache Spark 2.0.0, released on July 26, 2016
-<a href="{{site.url}}releases/spark-release-2-0-0.html">(release notes)</a>
-<a href="https://github.com/apache/spark/releases/tag/v2.0.0">(git tag)</a><br/>
+Our latest stable version is Apache Spark 2.0.1, released on Oct 3, 2016
+<a href="{{site.url}}releases/spark-release-2-0-1.html">(release notes)</a>
+<a href="https://github.com/apache/spark/releases/tag/v2.0.1">(git tag)</a><br/>
1. Choose a Spark release:
<select id="sparkVersionSelect" onChange="javascript:onVersionSelect();"></select><br>
@@ -55,7 +55,7 @@ Spark artifacts are [hosted in Maven Central](http://search.maven.org/#search%7C
groupId: org.apache.spark
artifactId: spark-core_2.11
- version: 2.0.0
+ version: 2.0.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:
@@ -63,7 +63,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
- # 2.0 maintenance branch with stability fixes on top of Spark 2.0.0
+ # 2.0 maintenance branch with stability fixes on top of Spark 2.0.1
git clone git://github.com/apache/spark.git -b branch-2.0
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>.