Commit 58fbdf6
[SPARK-13803] restore the changes in SPARK-3411
## What changes were proposed in this pull request?
This patch contains the functionality to balance the load of the cluster-mode drivers among workers
This patch restores the changes in #1106 which was erased due to the merging of #731
## How was this patch tested?
test with existing test cases
Author: CodingCat <[email protected]>
Closes #11702 from CodingCat/SPARK-13803.
(cherry picked from commit bd5365b)
Signed-off-by: Sean Owen <[email protected]>1 parent 7a24d94 commit 58fbdf6
File tree
1 file changed
+17
-4
lines changed- core/src/main/scala/org/apache/spark/deploy/master
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
686 | | - | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
687 | 689 | | |
688 | | - | |
689 | | - | |
690 | | - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
691 | 702 | | |
692 | 703 | | |
693 | 704 | | |
| 705 | + | |
694 | 706 | | |
| 707 | + | |
695 | 708 | | |
696 | 709 | | |
697 | 710 | | |
| |||
0 commit comments