summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-10-03 12:08:10 -0700
committerReynold Xin <rxin@databricks.com>2016-10-04 10:02:13 -0700
commita8dce9912f8dacaffba91155b8673e6c700e6c17 (patch)
treeac3459569545de223869713b4f57052aa0793741 /downloads.md
parent7c96b646eb2de2dbe6aec91a82d86699e13c59c5 (diff)
downloadspark-website-a8dce9912f8dacaffba91155b8673e6c700e6c17.tar.gz
spark-website-a8dce9912f8dacaffba91155b8673e6c700e6c17.tar.bz2
spark-website-a8dce9912f8dacaffba91155b8673e6c700e6c17.zip
Add Spark 2.0.1 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 da21cb528..e8fc30207 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Apache Spark&trade;
-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>.