summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2015-06-11 15:32:59 +0000
committerPatrick Wendell <pwendell@apache.org>2015-06-11 15:32:59 +0000
commit840d9f3df35e66c0032f7ac0c284ae4675a4f818 (patch)
tree9742b1bd3aa597e8f2c845959d42eb91170177a7 /downloads.md
parent303c247e4604098518acaa2d8ebe63fc891706f0 (diff)
downloadspark-website-840d9f3df35e66c0032f7ac0c284ae4675a4f818.tar.gz
spark-website-840d9f3df35e66c0032f7ac0c284ae4675a4f818.tar.bz2
spark-website-840d9f3df35e66c0032f7ac0c284ae4675a4f818.zip
Adding release 1.4.0
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/downloads.md b/downloads.md
index d6ea170a7..ccb35a448 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.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/>
+The latest release of Spark is Spark 1.4.0, released on June 11, 2015
+<a href="{{site.url}}releases/spark-release-1-4-1.html">(release notes)</a>
+<a href="https://git-wip-us.apache.org/repos/asf?p=spark.git;a=commit;h=22596c534a38cfdda91aef18aa9037ab101e4251">(git tag)</a><br/>
1. Choose 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.1
+ version: 1.4.0
### Nightly Packages and Artifacts
Packages are built regularly off of Spark's master branch and release branches. These provide access to the bleeding-edge of Spark master or the most recent fixes not yet incorporated into a maintenance release. Spark nightly packages are available at:
@@ -59,7 +59,7 @@ Spark also publishes SNAPSHOT releases of its Maven artifacts for both master an
groupId: org.apache.spark
artifactId: spark-core_2.10
- version: 1.3.2-SNAPSHOT
+ version: 1.5.0-SNAPSHOT
### Spark Source Code Management
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:
@@ -67,8 +67,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.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
+ # 1.4 maintenance branch with stability fixes on top of Spark 1.4.0
+ git clone git://github.com/apache/spark.git -b branch-1.4
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>.