Commit 2d39b39
[SPARK-18662] Move resource managers to separate directory
## What changes were proposed in this pull request?
* Moves yarn and mesos scheduler backends to resource-managers/ sub-directory (in preparation for https://issues.apache.org/jira/browse/SPARK-18278)
* Corresponding change in top-level pom.xml.
Ref: apache#16061 (comment)
## How was this patch tested?
* Manual tests
/cc rxin
Author: Anirudh <[email protected]>
Closes apache#16092 from foxish/fix-scheduler-structure-2.1 parent 219425a commit 2d39b39
File tree
81 files changed
+6
-6
lines changed- dev/sparktestsupport
- resource-managers
- mesos
- src
- main
- resources/META-INF/services
- scala/org/apache/spark
- deploy
- mesos
- ui
- rest/mesos
- executor
- scheduler/cluster/mesos
- test/scala/org/apache/spark
- deploy/mesos
- scheduler/cluster/mesos
- yarn
- src
- main
- resources/META-INF/services
- scala/org/apache/spark
- deploy/yarn
- security
- launcher
- scheduler/cluster
- test
- resources
- META-INF/services
- scala/org/apache/spark
- deploy/yarn
- security
- launcher
- network
- shuffle
- yarn
- scheduler/cluster
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2591 | 2591 | | |
2592 | 2592 | | |
2593 | 2593 | | |
2594 | | - | |
| 2594 | + | |
2595 | 2595 | | |
2596 | 2596 | | |
2597 | 2597 | | |
2598 | 2598 | | |
2599 | 2599 | | |
2600 | 2600 | | |
2601 | 2601 | | |
2602 | | - | |
| 2602 | + | |
2603 | 2603 | | |
2604 | 2604 | | |
2605 | 2605 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments