From 65ec30e24bc7f1f81b0767d11867c6611d28fc6f Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Wed, 27 Jul 2016 14:48:06 -0700 Subject: Added "Support launching multiple mesos executors in coarse grained mesos mode" to the release notes --- releases/_posts/2016-07-26-spark-release-2-0-0.md | 3 ++- site/releases/spark-release-2-0-0.html | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/releases/_posts/2016-07-26-spark-release-2-0-0.md b/releases/_posts/2016-07-26-spark-release-2-0-0.md index ab19aa389..7fa6cdfda 100644 --- a/releases/_posts/2016-07-26-spark-release-2-0-0.md +++ b/releases/_posts/2016-07-26-spark-release-2-0-0.md @@ -107,12 +107,13 @@ Spark 2.0 ships the initial experimental release for Structured Streaming, a hig For the DStream API, the most prominent update is the new experimental support for Kafka 0.10. -### Dependency and Packaging Improvements +### Dependency, Packaging, and Operations There are a variety of changes to Spark's operations and packaging process: - Spark 2.0 no longer requires a fat assembly jar for production deployment. - Akka dependency has been removed, and as a result, user applications can program against any versions of Akka. + - Support launching multiple Mesos executors in coarse grained Mesos mode. - Kryo version is bumped to 3.0. - The default build is now using Scala 2.11 rather than Scala 2.10. diff --git a/site/releases/spark-release-2-0-0.html b/site/releases/spark-release-2-0-0.html index 83f949a21..5922281d5 100644 --- a/site/releases/spark-release-2-0-0.html +++ b/site/releases/spark-release-2-0-0.html @@ -206,7 +206,7 @@
  • SparkR
  • Streaming
  • -
  • Dependency and Packaging Improvements
  • +
  • Dependency, Packaging, and Operations
  • Removals, Behavior Changes and Deprecations

    MLlib

    -

    The DataFrame-based API is now the primary API. The RDD-based API is entering maintenance mode. See the MLlib guide for details

    +

    The DataFrame-based API is now the primary API. The RDD-based API is entering maintenance mode. See the MLlib guide for details

    New features

    @@ -312,13 +312,14 @@

    For the DStream API, the most prominent update is the new experimental support for Kafka 0.10.

    -

    Dependency and Packaging Improvements

    +

    Dependency, Packaging, and Operations

    There are a variety of changes to Spark’s operations and packaging process:

    -- cgit v1.2.3