You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/05/30 12:15:40 UTC

svn commit: r1598533 - in /spark: releases/_posts/2014-05-30-spark-release-1-0-0.md site/releases/spark-release-1-0-0.html

Author: pwendell
Date: Fri May 30 10:15:40 2014
New Revision: 1598533

URL: http://svn.apache.org/r1598533
Log:
Fixing links in release post. 


Modified:
    spark/releases/_posts/2014-05-30-spark-release-1-0-0.md
    spark/site/releases/spark-release-1-0-0.html

Modified: spark/releases/_posts/2014-05-30-spark-release-1-0-0.md
URL: http://svn.apache.org/viewvc/spark/releases/_posts/2014-05-30-spark-release-1-0-0.md?rev=1598533&r1=1598532&r2=1598533&view=diff
==============================================================================
--- spark/releases/_posts/2014-05-30-spark-release-1-0-0.md (original)
+++ spark/releases/_posts/2014-05-30-spark-release-1-0-0.md Fri May 30 10:15:40 2014
@@ -14,12 +14,12 @@ meta:
 Spark 1.0.0 is a major release marking the start of the 1.X line. This release brings both a variety of new features and strong API compatibility guarantees throughout the 1.X line. Spark 1.0 adds a new major component, [Spark SQL]({{site.url}}docs/1.0.0/sql-programming-guide.html), for loading and manipulating structured data in Spark. It includes major extensions to all of Spark’s existing standard libraries ([ML]({{site.url}}docs/1.0.0/mllib-guide.html), [Streaming]({{site.url}}docs/1.0.0/streaming-programming-guide.html), and [GraphX]({{site.url}}docs/1.0.0/graphx-programming-guide.html)) while also enhancing language support in Java and Python. Finally, Spark 1.0 brings operational improvements including full support for the Hadoop/YARN security model and a unified submission process for all supported cluster managers.
 
 You can download Spark 1.0.0 as either a 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating.tgz'); return false;">source package</a>
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0.tgz'); return false;">source package</a>
 (5 MB tgz) or a prebuilt package for 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-hadoop1.tgz'); return false;">Hadoop 1 / CDH3</a>, 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-cdh4.tgz'); return false;">CDH4</a>, or
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-hadoop2.tgz'); return false;">Hadoop 2 / CDH5 / HDP2</a>
-(160 MB tgz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-1.0.0-incubating/).
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop1.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop1.tgz'); return false;">Hadoop 1 / CDH3</a>, 
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-cdh4.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-cdh4.tgz'); return false;">CDH4</a>, or
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop2.tgz" onClick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop2.tgz'); return false;">Hadoop 2 / CDH5 / HDP2</a>
+(160 MB tgz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-1.0.0/).
 
 ### API Stability
 Spark 1.0.0 is the first release in the 1.X major line. Spark is guaranteeing stability of its core API for all 1.X releases. Historically Spark has already been very conservative with API changes, but this guarantee codifies our commitment to application writers. The project has also clearly annotated experimental, alpha, and developer API’s to provide guidance on future API changes of newer components.

Modified: spark/site/releases/spark-release-1-0-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-0-0.html?rev=1598533&r1=1598532&r2=1598533&view=diff
==============================================================================
--- spark/site/releases/spark-release-1-0-0.html (original)
+++ spark/site/releases/spark-release-1-0-0.html Fri May 30 10:15:40 2014
@@ -163,12 +163,12 @@
 <p>Spark 1.0.0 is a major release marking the start of the 1.X line. This release brings both a variety of new features and strong API compatibility guarantees throughout the 1.X line. Spark 1.0 adds a new major component, <a href="/docs/1.0.0/sql-programming-guide.html">Spark SQL</a>, for loading and manipulating structured data in Spark. It includes major extensions to all of Spark’s existing standard libraries (<a href="/docs/1.0.0/mllib-guide.html">ML</a>, <a href="/docs/1.0.0/streaming-programming-guide.html">Streaming</a>, and <a href="/docs/1.0.0/graphx-programming-guide.html">GraphX</a>) while also enhancing language support in Java and Python. Finally, Spark 1.0 brings operational improvements including full support for the Hadoop/YARN security model and a unified submission process for all supported cluster managers.</p>
 
 <p>You can download Spark 1.0.0 as either a 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating.tgz'); return false;">source package</a>
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0.tgz'); return false;">source package</a>
 (5 MB tgz) or a prebuilt package for 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-hadoop1.tgz'); return false;">Hadoop 1 / CDH3</a>, 
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-cdh4.tgz'); return false;">CDH4</a>, or
-<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-incubating-bin-hadoop2.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-incubating-bin-hadoop2.tgz'); return false;">Hadoop 2 / CDH5 / HDP2</a>
-(160 MB tgz). Release signatures and checksums are available at the official <a href="http://www.apache.org/dist/incubator/spark/spark-1.0.0-incubating/">Apache download site</a>.</p>
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop1.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop1.tgz'); return false;">Hadoop 1 / CDH3</a>, 
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-cdh4.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-cdh4.tgz'); return false;">CDH4</a>, or
+<a href="http://d3kbcqa49mib13.cloudfront.net/spark-1.0.0-bin-hadoop2.tgz" onclick="trackOutboundLink(this, 'Release Download Links', 'cloudfront_spark-1.0.0-bin-hadoop2.tgz'); return false;">Hadoop 2 / CDH5 / HDP2</a>
+(160 MB tgz). Release signatures and checksums are available at the official <a href="http://www.apache.org/dist/incubator/spark/spark-1.0.0/">Apache download site</a>.</p>
 
 <h3 id="api-stability">API Stability</h3>
 <p>Spark 1.0.0 is the first release in the 1.X major line. Spark is guaranteeing stability of its core API for all 1.X releases. Historically Spark has already been very conservative with API changes, but this guarantee codifies our commitment to application writers. The project has also clearly annotated experimental, alpha, and developer API’s to provide guidance on future API changes of newer components.</p>