summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/downloads.md b/downloads.md
index 874e9269f..e67686831 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.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/>
+The latest release of Spark is Spark 1.2.0, released on December 18, 2014
+<a href="{{site.url}}releases/spark-release-1-2-0.html">(release notes)</a>
+<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=2b72c569a674cccf79ebbe8d067b8dbaaf78007f">(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.1
+ version: 1.2.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:
@@ -46,8 +46,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.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
+ # 1.1 maintenance branch with stability fixes on top of Spark 1.2.0
+ git clone git://github.com/apache/spark.git -b branch-1.2
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>.