From 6a80b733c8f7073f05204c147d84f89c5a55be66 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 30 May 2014 10:15:40 +0000 Subject: Fixing links in release post. --- releases/_posts/2014-05-30-spark-release-1-0-0.md | 10 +++++----- site/releases/spark-release-1-0-0.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/releases/_posts/2014-05-30-spark-release-1-0-0.md b/releases/_posts/2014-05-30-spark-release-1-0-0.md index bfb62694b..a68b1bc28 100644 --- a/releases/_posts/2014-05-30-spark-release-1-0-0.md +++ b/releases/_posts/2014-05-30-spark-release-1-0-0.md @@ -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 -source package +source package (5 MB tgz) or a prebuilt package for -Hadoop 1 / CDH3, -CDH4, or -Hadoop 2 / CDH5 / HDP2 -(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/). +Hadoop 1 / CDH3, +CDH4, or +Hadoop 2 / CDH5 / HDP2 +(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. diff --git a/site/releases/spark-release-1-0-0.html b/site/releases/spark-release-1-0-0.html index 0946adc59..01beff42d 100644 --- a/site/releases/spark-release-1-0-0.html +++ b/site/releases/spark-release-1-0-0.html @@ -163,12 +163,12 @@

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, for loading and manipulating structured data in Spark. It includes major extensions to all of Spark’s existing standard libraries (ML, Streaming, and GraphX) 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 -source package +source package (5 MB tgz) or a prebuilt package for -Hadoop 1 / CDH3, -CDH4, or -Hadoop 2 / CDH5 / HDP2 -(160 MB tgz). Release signatures and checksums are available at the official Apache download site.

+Hadoop 1 / CDH3, +CDH4, or +Hadoop 2 / CDH5 / HDP2 +(160 MB tgz). Release signatures and checksums are available at the official Apache download site.

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.

-- cgit v1.2.3