Skip to content
Snippets Groups Projects
Commit b1db26ac authored by Michael Gummelt's avatar Michael Gummelt Committed by Reynold Xin
Browse files

[SPARK-11857][MESOS] Deprecate fine grained

## What changes were proposed in this pull request?

Documentation changes to indicate that fine-grained mode is now deprecated.  No code changes were made, and all fine-grained mode instructions were left in place.  We can remove all of that once the deprecation cycle completes (Does Spark have a standard deprecation cycle?  One major version?)

Blocked on https://github.com/apache/spark/pull/14059

## How was this patch tested?

Viewed in Github

Author: Michael Gummelt <mgummelt@mesosphere.io>

Closes #14078 from mgummelt/deprecate-fine-grained.
parent d8b06f18
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ Note that jars or python files that are passed to spark-submit should be URIs re
# Mesos Run Modes
Spark can run over Mesos in two modes: "coarse-grained" (default) and
"fine-grained".
"fine-grained" (deprecated).
## Coarse-Grained
......@@ -213,7 +213,12 @@ the application. To configure your job to dynamically adjust to its
resource requirements, look into
[Dynamic Allocation](#dynamic-resource-allocation-with-mesos).
## Fine-Grained
## Fine-Grained (deprecated)
**NOTE:** Fine-grained mode is deprecated as of Spark 2.0.0. Consider
using [Dynamic Allocation](#dynamic-resource-allocation-with-mesos)
for some of the benefits. For a full explanation see
[SPARK-11857](https://issues.apache.org/jira/browse/SPARK-11857)
In "fine-grained" mode, each Spark task inside the Spark executor runs
as a separate Mesos task. This allows multiple instances of Spark (and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment