summaryrefslogtreecommitdiff
path: root/releases/_posts
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-02-03 18:48:38 +0000
committerPatrick Wendell <pwendell@apache.org>2014-02-03 18:48:38 +0000
commitf39d007c84e3f5e8a6821d7f4034ef382d26a958 (patch)
tree784300e3094a41a4ec90518324ccad44c7e62a70 /releases/_posts
parent6893f8f59441314367740b42229cb59e4144b908 (diff)
downloadspark-website-f39d007c84e3f5e8a6821d7f4034ef382d26a958.tar.gz
spark-website-f39d007c84e3f5e8a6821d7f4034ef382d26a958.tar.bz2
spark-website-f39d007c84e3f5e8a6821d7f4034ef382d26a958.zip
Adding download links for 0.9.0 release.
Diffstat (limited to 'releases/_posts')
-rw-r--r--releases/_posts/2014-02-02-spark-release-0-9-0.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/releases/_posts/2014-02-02-spark-release-0-9-0.md b/releases/_posts/2014-02-02-spark-release-0-9-0.md
index 2775b286f..9dfc3d8c7 100644
--- a/releases/_posts/2014-02-02-spark-release-0-9-0.md
+++ b/releases/_posts/2014-02-02-spark-release-0-9-0.md
@@ -13,6 +13,16 @@ meta:
Spark 0.9.0 is a major release that adds significant new features. It updates Spark to Scala 2.10, simplifies high availability, and updates numerous components of the project. This release includes a first version of [GraphX](http://amplab.github.io/graphx/), a powerful new framework for graph processing that comes with a library of standard algorithms. In addition, [Spark Streaming]({{site.url}}streaming/) is now out of alpha, and includes significant optimizations and simplified high availability deployment.
+You can download Spark 0.9.0 as either a
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.0-incubating.tgz'); return false;"> source package </a>
+(5 MB tgz) or a prebuilt pacakge for
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.0-incubating-bin-hadoop1.tgz'); return false;"> Hadoop 1/ CDH3 </a>
+(155 MB tgz),
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.0-incubating-bin-cdh4.tgz'); return false;"> CDH4 </a>
+(160 MB tgz), or
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-0.9.0-incubating-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-0.9.0-incubating-bin-hadoop2.tgz'); return false;"> Hadoop 2 / CDH5 / HDP2 </a>
+(167 MB tgz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-0.9.0-incubating/).
+
### Scala 2.10 Support
Spark now runs on Scala 2.10, letting users benefit from the language and library improvements in this version.