From 8f3baa79b612ef67c9e938ff3891474ae10b1c5f Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Tue, 10 Nov 2015 16:44:07 +0000 Subject: 1.5.2 release --- downloads.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'downloads.md') diff --git a/downloads.md b/downloads.md index c75eda29f..ee1cd66d9 100644 --- a/downloads.md +++ b/downloads.md @@ -16,9 +16,9 @@ $(document).ready(function() { ## Download Spark -The latest release of Spark is Spark 1.5.1, released on October 2, 2015 -(release notes) -(git tag)
+The latest release of Spark is Spark 1.5.2, released on November 9, 2015 +(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.5.1 + version: 1.5.2 ### Spark Source Code Management If you are interested in working with the newest under-development code or contributing to 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.5 maintenance branch with stability fixes on top of Spark 1.5.1 + # 1.5 maintenance branch with stability fixes on top of Spark 1.5.2 git clone git://github.com/apache/spark.git -b branch-1.5 Once you've downloaded Spark, you can find instructions for installing and building it on the documentation page. -- cgit v1.2.3