Author: pwendell Date: Mon Feb 3 18:48:38 2014 New Revision: 1563994 URL: http://svn.apache.org/r1563994 Log: Adding download links for 0.9.0 release.
Modified: incubator/spark/releases/_posts/2014-02-02-spark-release-0-9-0.md incubator/spark/site/releases/spark-release-0-9-0.html Modified: incubator/spark/releases/_posts/2014-02-02-spark-release-0-9-0.md URL: http://svn.apache.org/viewvc/incubator/spark/releases/_posts/2014-02-02-spark-release-0-9-0.md?rev=1563994&r1=1563993&r2=1563994&view=diff ============================================================================== --- incubator/spark/releases/_posts/2014-02-02-spark-release-0-9-0.md (original) +++ incubator/spark/releases/_posts/2014-02-02-spark-release-0-9-0.md Mon Feb 3 18:48:38 2014 @@ -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. Modified: incubator/spark/site/releases/spark-release-0-9-0.html URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-9-0.html?rev=1563994&r1=1563993&r2=1563994&view=diff ============================================================================== --- incubator/spark/site/releases/spark-release-0-9-0.html (original) +++ incubator/spark/site/releases/spark-release-0-9-0.html Mon Feb 3 18:48:38 2014 @@ -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>