GitHub user Alexis-D opened a pull request:
https://github.com/apache/spark/pull/20881
Add a note about jobs running in FIFO order in the default pool
## What changes were proposed in this pull request?
Make it clear in the doc that setting `spark.scheduler.mode` to `FAIR`
isn't enough to get jobs to run in a `FAIR` fashion if the default pool is used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Alexis-D/spark clarify-pool-docs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20881.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20881
----
commit d0701bc6fedb489f7bea1accc40f2e2eed90535b
Author: Alexis Daboville <adaboville@...>
Date: 2018-03-22T15:12:20Z
Add a note about jobs running in FIFO order in the default pool
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]