From 7cd1fdf235b270b2aa38f8bb68d2e451ff618e2e Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Tue, 26 Jul 2016 15:29:07 -0700 Subject: More comprehensive new features --- site/releases/spark-release-2-0-0.html | 58 +++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 19 deletions(-) (limited to 'site') diff --git a/site/releases/spark-release-2-0-0.html b/site/releases/spark-release-2-0-0.html index ffa82552f..cf6f86b7e 100644 --- a/site/releases/spark-release-2-0-0.html +++ b/site/releases/spark-release-2-0-0.html @@ -195,18 +195,18 @@
  • Core and Spark SQL
  • MLlib
  • SparkR
  • Streaming
  • -
  • Operational and Packaging Improvements
  • +
  • Dependency and Packaging Improvements
  • Removals, Behavior Changes and Deprecations

    SQL

    @@ -239,18 +240,32 @@

    Spark 2.0 substantially improved SQL functionalities with SQL2003 support. Spark SQL can now run all 99 TPC-DS queries. More prominently, we have improved:

    In addition, when building without Hive support, Spark SQL should have almost all the functionality as when building with Hive support, with the exception of Hive connectivity, Hive UDFs, and script transforms.

    -

    Performance

    +

    New Features

    + + + +

    Performance and Runtime

    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

    -

    API changes

    -

    The largest API change is in linear algebra. The DataFrame-based API (spark.ml) now depends upon local linear algebra in spark.ml.linalg, rather than in spark.mllib.linalg. This removes the last dependencies of spark.ml.* on spark.mllib.*. (SPARK-13944) -See the MLlib migration guide for a full list of API changes.

    - -

    New features

    +

    New features

    For a more complete list, please see SPARK-11806 for deprecations and removals.

    -- cgit v1.2.3