summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-11 23:45:34 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-11 23:45:34 +0000
commitbcc48c3a7a72f48d82ccb96fd713512a52436285 (patch)
treef972f08d7ddb7278ab1a2cca79a0821b9f6c913f /downloads.md
parentc0ef35b96d0fbf7cb14a61dae1485c94af91f7b7 (diff)
downloadspark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.tar.gz
spark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.tar.bz2
spark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.zip
Adding Spark 1.1.0 release
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads.md b/downloads.md
index 4306377dd..3c9bd1503 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.0.2, released on August 5, 2011
-<a href="{{site.url}}releases/spark-release-1-0-2.html">(release notes)</a>
-<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=8fb6f00e195fb258f3f70f04756e07c259a2351f">(git tag)</a><br/>
+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/>
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.0.2
+ version: 1.1.0
### 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: