Skip to content

Commit

Permalink
add 'mode'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gummelt committed Jul 6, 2016
1 parent 1ec341d commit 9883671
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/running-on-mesos.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ resource requirements, look into

## Fine-Grained (deprecated)

**NOTE:** Fine-grained is deprecated as of Spark 2.0.0. Consider using
[Dynamic Allocation](#dynamic-resource-allocation-with-mesos) for
some of the benefits of fine-grained mode. For a full explanation
see [SPARK-11857](https://issues.apache.org/jira/browse/SPARK-11857)
**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
Expand Down

0 comments on commit 9883671

Please sign in to comment.