Commit bd5365b
[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.1 parent dafd70f commit bd5365b
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 | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
731 | 733 | | |
732 | | - | |
733 | | - | |
734 | | - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
735 | 746 | | |
736 | 747 | | |
737 | 748 | | |
| 749 | + | |
738 | 750 | | |
| 751 | + | |
739 | 752 | | |
740 | 753 | | |
741 | 754 | | |
| |||
0 commit comments