summaryrefslogtreecommitdiff
path: root/site/releases
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 /site/releases
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 'site/releases')
-rw-r--r--site/releases/spark-release-0-9-0.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/site/releases/spark-release-0-9-0.html b/site/releases/spark-release-0-9-0.html
index 833662be4..054b9f9f7 100644
--- a/site/releases/spark-release-0-9-0.html
+++ b/site/releases/spark-release-0-9-0.html
@@ -162,6 +162,16 @@
<p>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 <a href="http://amplab.github.io/graphx/">GraphX</a>, a powerful new framework for graph processing that comes with a library of standard algorithms. In addition, <a href="/streaming/">Spark Streaming</a> is now out of alpha, and includes significant optimizations and simplified high availability deployment.</p>
+<p>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 <a href="http://www.apache.org/dist/incubator/spark/spark-0.9.0-incubating/">Apache download site</a>.</p>
+
<h3 id="scala-210-support">Scala 2.10 Support</h3>
<p>Spark now runs on Scala 2.10, letting users benefit from the language and library improvements in this version.</p>