summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-04-17 22:45:03 +0000
committerPatrick Wendell <pwendell@apache.org>2015-04-17 22:45:03 +0000
commitc3a063ddde19bc53bb20cef6141ce8b424638211 (patch)
treefea18dae2c9850935455ecb37bf860fd1c3e89e2 /downloads.md
parentd49935af658ee525496c7ac598f7352c7793d6f8 (diff)
downloadspark-website-c3a063ddde19bc53bb20cef6141ce8b424638211.tar.gz
spark-website-c3a063ddde19bc53bb20cef6141ce8b424638211.tar.bz2
spark-website-c3a063ddde19bc53bb20cef6141ce8b424638211.zip
Adding 1.2.2 and 1.3.1 releases
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 0052e688f..5587d5021 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.3.0, released on March 13, 2015
-<a href="{{site.url}}releases/spark-release-1-3-0.html">(release notes)</a>
-<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=4aaf48d46d13129f0f9bdafd771dd80fe568a7dc">(git tag)</a><br/>
+The latest release of Spark is Spark 1.3.1, released on April 17, 2015
+<a href="{{site.url}}releases/spark-release-1-3-1.html">(release notes)</a>
+<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=3e8391327ba586eaf54447043bd526d919043a44">(git tag)</a><br/>
1. Chose a Spark release:
<select id="sparkVersionSelect" onChange="javascript:onVersionSelect();"></select><br>
@@ -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.3.0
+ version: 1.3.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:
@@ -49,7 +49,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.3 maintenance branch with stability fixes on top of Spark 1.3.0
+ # 1.3 maintenance branch with stability fixes on top of Spark 1.3.1
git clone git://github.com/apache/spark.git -b branch-1.3
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>.