Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.6.0
Description
The default run mode for running Spark on Mesos has changed in 1.6.0. The documentation has been updated, but some of the information still reads like if the default mode is 'fine-grained'.
To run in coarse-grained mode, set ... , in the second part of Mesos Run Modes shoud be To run in fine-grained mode, set ...
And the default for the property spark.mesos.coarse is now true.