Repository: spark-website
Updated Branches:
  refs/heads/asf-site 62155dfa6 -> 65ec30e24


Added "Support launching multiple mesos executors in coarse grained mesos mode" 
to the release notes


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/65ec30e2
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/65ec30e2
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/65ec30e2

Branch: refs/heads/asf-site
Commit: 65ec30e24bc7f1f81b0767d11867c6611d28fc6f
Parents: 62155df
Author: Reynold Xin <r...@databricks.com>
Authored: Wed Jul 27 14:48:06 2016 -0700
Committer: Reynold Xin <r...@databricks.com>
Committed: Wed Jul 27 14:48:06 2016 -0700

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/65ec30e2/releases/_posts/2016-07-26-spark-release-2-0-0.md
----------------------------------------------------------------------
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 ab19aa3..7fa6cdf 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.
 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/65ec30e2/site/releases/spark-release-2-0-0.html
----------------------------------------------------------------------
diff --git a/site/releases/spark-release-2-0-0.html 
b/site/releases/spark-release-2-0-0.html
index 83f949a..5922281 100644
--- a/site/releases/spark-release-2-0-0.html
+++ b/site/releases/spark-release-2-0-0.html
@@ -206,7 +206,7 @@
   </li>
   <li><a href="#sparkr">SparkR</a></li>
   <li><a href="#streaming">Streaming</a></li>
-  <li><a href="#dependency-and-packaging-improvements">Dependency and 
Packaging Improvements</a></li>
+  <li><a href="#dependency-packaging-and-operations">Dependency, Packaging, 
and Operations</a></li>
   <li><a href="#removals-behavior-changes-and-deprecations">Removals, Behavior 
Changes and Deprecations</a>    <ul>
       <li><a href="#removals">Removals</a></li>
       <li><a href="#behavior-changes">Behavior Changes</a></li>
@@ -277,7 +277,7 @@
 </ul>
 
 <h3 id="mllib">MLlib</h3>
-<p>The DataFrame-based API is now the primary API. The RDD-based API is 
entering maintenance mode. See the MLlib guide for details</p>
+<p>The DataFrame-based API is now the primary API. The RDD-based API is 
entering maintenance mode. See the <a 
href="http://spark.apache.org/docs/2.0.0/ml-guide.html";>MLlib guide</a> for 
details</p>
 
 <h4 id="new-features-1">New features</h4>
 
@@ -312,13 +312,14 @@
 
 <p>For the DStream API, the most prominent update is the new experimental 
support for Kafka 0.10.</p>
 
-<h3 id="dependency-and-packaging-improvements">Dependency and Packaging 
Improvements</h3>
+<h3 id="dependency-packaging-and-operations">Dependency, Packaging, and 
Operations</h3>
 
 <p>There are a variety of changes to Spark&#8217;s operations and packaging 
process:</p>
 
 <ul>
   <li>Spark 2.0 no longer requires a fat assembly jar for production 
deployment.</li>
   <li>Akka dependency has been removed, and as a result, user applications can 
program against any versions of Akka.</li>
+  <li>Support launching multiple Mesos executors in coarse grained Mesos 
mode.</li>
   <li>Kryo version is bumped to 3.0.</li>
   <li>The default build is now using Scala 2.11 rather than Scala 2.10.</li>
 </ul>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to