From a8dce9912f8dacaffba91155b8673e6c700e6c17 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Mon, 3 Oct 2016 12:08:10 -0700 Subject: Add Spark 2.0.1 release. --- downloads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'downloads.md') 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 -(release notes) -(git tag)
+Our latest stable version is Apache Spark 2.0.1, released on Oct 3, 2016 +(release notes) +(git tag)
1. Choose a Spark release:
@@ -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 documentation page. -- cgit v1.2.3