Commit 4586f21
[SPARK-6350] [MESOS] [BACKPORT] Fine-grained mode scheduler respects
spark.mesos.mesosExecutor.cores when launching Mesos executors (regression)
(cherry picked from commit 03e8d0a)
backported to branch-1.5 /cc andrewor14
Author: Iulian Dragos <[email protected]>
Closes #8732 from dragos/issue/mesos/fine-grained-maxExecutorCores-1.5.1 parent f8909a6 commit 4586f21
File tree
2 files changed
+34
-3
lines changed- core/src
- main/scala/org/apache/spark/scheduler/cluster/mesos
- test/scala/org/apache/spark/scheduler/cluster/mesos
2 files changed
+34
-3
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
44 | 77 | | |
45 | 78 | | |
46 | 79 | | |
| |||
262 | 295 | | |
263 | 296 | | |
264 | 297 | | |
265 | | - | |
266 | 298 | | |
267 | 299 | | |
268 | 300 | | |
| |||
0 commit comments