From 4d3c3750df6af496afbc5f8ec2a23514327e1f8d Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Mon, 3 Feb 2014 08:21:13 +0000 Subject: Updates for Spark 0.9.0 release. --- site/releases/spark-release-0-8-1.html | 92 +++++++++++++++++----------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'site/releases/spark-release-0-8-1.html') diff --git a/site/releases/spark-release-0-8-1.html b/site/releases/spark-release-0-8-1.html index 56c1c1bc5..4f42ceacd 100644 --- a/site/releases/spark-release-0-8-1.html +++ b/site/releases/spark-release-0-8-1.html @@ -124,6 +124,9 @@
Latest News

Archive

@@ -163,7 +163,7 @@

Apache Spark 0.8.1 is a maintenance and performance release for the Scala 2.9 version of Spark. It also adds several new features, such as standalone mode high availability, that will appear in Spark 0.9 but developers wanted to have in Scala 2.9. Contributions to 0.8.1 came from 41 developers.

YARN 2.2 Support

-

Support has been added for running Spark on YARN 2.2 and newer. Due to a change in the YARN API between previous versions and 2.2+, this was not supported in Spark 0.8.0. See the YARN documentation for specific instructions on how to build Spark for YARN 2.2+. We’ve also included a pre-compiled binary for YARN 2.2.

+

Support has been added for running Spark on YARN 2.2 and newer. Due to a change in the YARN API between previous versions and 2.2+, this was not supported in Spark 0.8.0. See the YARN documentation for specific instructions on how to build Spark for YARN 2.2+. We’ve also included a pre-compiled binary for YARN 2.2.

High Availability Mode for Standalone Cluster Manager

The standalone cluster manager now has a high availability (H/A) mode which can tolerate master failures. This is particularly useful for long-running applications such as streaming jobs and the shark server, where the scheduler master previously represented a single point of failure. Instructions for deploying H/A mode are included in the documentation. The current implementation uses Zookeeper for coordination.

@@ -174,7 +174,7 @@ @@ -211,47 +211,47 @@

Credits

Thanks to everyone who contributed!

-- cgit v1.2.3