summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-03-13 15:48:06 +0000
committerPatrick Wendell <pwendell@apache.org>2015-03-13 15:48:06 +0000
commitc6275f3c1cc5e4e506f7e2f6c4356d0cf661d120 (patch)
tree4b961e9284b08829616bb52cc00c703de6931c00 /downloads.md
parentaaf670598f15d47784d8b91b34dd614d0f8162af (diff)
downloadspark-website-c6275f3c1cc5e4e506f7e2f6c4356d0cf661d120.tar.gz
spark-website-c6275f3c1cc5e4e506f7e2f6c4356d0cf661d120.tar.bz2
spark-website-c6275f3c1cc5e4e506f7e2f6c4356d0cf661d120.zip
Initial 1.3.0 code
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 ca57cf0e5..0052e688f 100644
--- a/downloads.md
+++ b/downloads.md
@@ -16,9 +16,9 @@ $(document).ready(function() {
## Download Spark
-The latest release of Spark is Spark 1.2.1, released on February 9, 2015
-<a href="{{site.url}}releases/spark-release-1-2-1.html">(release notes)</a>
-<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=b6eaf77d4332bfb0a698849b1f5f917d20d70e97">(git tag)</a><br/>
+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/>
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.2.1
+ version: 1.3.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:
@@ -49,8 +49,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.2 maintenance branch with stability fixes on top of Spark 1.2.1
- git clone git://github.com/apache/spark.git -b branch-1.2
+ # 1.3 maintenance branch with stability fixes on top of Spark 1.3.0
+ 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>.