From 7a20fcce76efdd3bbf9748179a093bba882aa5b2 Mon Sep 17 00:00:00 2001 From: Michael Armbrust Date: Thu, 10 Mar 2016 19:28:30 +0000 Subject: Release Spark 1.6.1 --- downloads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'downloads.md') 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™ -Our latest version is Spark 1.6.0, released on January 4, 2016 -(release notes) -(git tag)
+Our latest version is Spark 1.6.1, released on March 9, 2016 +(release notes) +(git tag)
1. Choose a Spark release:
@@ -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 documentation page. -- cgit v1.2.3