From 30b79b956639a17da8d4556c61961d68907ed863 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Wed, 9 Sep 2015 04:51:23 +0000 Subject: 1.5.0 --- downloads.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'downloads.md') diff --git a/downloads.md b/downloads.md index efbd80e83..0b4e47bdb 100644 --- a/downloads.md +++ b/downloads.md @@ -16,9 +16,9 @@ $(document).ready(function() { ## Download Spark -The latest release of Spark is Spark 1.4.1, released on July 15, 2015 -(release notes) -(git tag)
+The latest release of Spark is Spark 1.5.0, released on September 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.4.1 + version: 1.5.0 ### 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,8 +49,8 @@ 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.4 maintenance branch with stability fixes on top of Spark 1.4.1 - git clone git://github.com/apache/spark.git -b branch-1.4 + # 1.5 maintenance branch with stability fixes on top of Spark 1.5.0 + 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