summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@apache.org>2014-11-27 03:02:48 +0000
committerAndrew Or <andrewor14@apache.org>2014-11-27 03:02:48 +0000
commit1dfff9073b99997ae975adc326b4b2cfeab7610a (patch)
tree205284b26468ecbf65459480e56847e2fe8a9925 /downloads.md
parentb74e3f4941de385059faa9e9bfb4d94e61ed3cda (diff)
downloadspark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.tar.gz
spark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.tar.bz2
spark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.zip
Add release notes and update website for 1.1.1
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/downloads.md b/downloads.md
index 3c9bd1503..874e9269f 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.1.0, released on September 11, 2014
-<a href="{{site.url}}releases/spark-release-1-1-0.html">(release notes)</a>
-<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=2f9b2bd7844ee8393dc9c319f4fefedf95f5e460">(git tag)</a><br/>
+The latest release of Spark is Spark 1.1.1, released on November 26, 2014
+<a href="{{site.url}}releases/spark-release-1-1-1.html">(release notes)</a>
+<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=3693ae5d3c01861557e06edbc32a8112683f3d86">(git tag)</a><br/>
1. Chose a Spark release:
<select id="sparkVersionSelect" onChange="javascript:onVersionSelect();"></select><br>
@@ -38,7 +38,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.1.0
+ version: 1.1.1
### Development and Maintenance Branches
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:
@@ -46,7 +46,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.1 maintenance branch with stability fixes on top of Spark 1.1.0
+ # 1.1 maintenance branch with stability fixes on top of Spark 1.1.1
git clone git://github.com/apache/spark.git -b branch-1.1
Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.