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 --- site/downloads.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'site/downloads.html') diff --git a/site/downloads.html b/site/downloads.html index 6f5a56302..13556d0f8 100644 --- a/site/downloads.html +++ b/site/downloads.html @@ -134,6 +134,9 @@
Latest News

Archive

@@ -176,9 +176,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. @@ -209,7 +209,7 @@ $(document).ready(function() {
    groupId: org.apache.spark
     artifactId: spark-core_2.10
    -version: 1.4.1
    +version: 1.5.0
     

    Spark Source Code Management

    @@ -218,8 +218,8 @@ version: 1.4.1
    # 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