[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-05-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20881 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-04 Thread Alexis-D
Github user Alexis-D commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r179105618 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means that

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-03 Thread markhamstra
Github user markhamstra commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r178928945 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-03 Thread Alexis-D
Github user Alexis-D commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r178902088 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means that

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-03 Thread markhamstra
Github user markhamstra commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r178886364 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-03 Thread Alexis-D
Github user Alexis-D commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r178817534 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means that

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-04-03 Thread sujithjay
Github user sujithjay commented on a diff in the pull request: https://github.com/apache/spark/pull/20881#discussion_r178729284 --- Diff: docs/job-scheduling.md --- @@ -215,6 +215,9 @@ pool), but inside each pool, jobs run in FIFO order. For example, if you create means that

[GitHub] spark pull request #20881: Add a note about jobs running in FIFO order in th...

2018-03-22 Thread Alexis-D
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`