forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-17365][CORE] Remove/Kill multiple executors together to reduce…
… RPC call time. ## What changes were proposed in this pull request? We are killing multiple executors together instead of iterating over expensive RPC calls to kill single executor. ## How was this patch tested? Executed sample spark job to observe executors being killed/removed with dynamic allocation enabled. Author: Dhruve Ashar <[email protected]> Author: Dhruve Ashar <[email protected]> Closes apache#15152 from dhruve/impr/SPARK-17365.
- Loading branch information
Dhruve Ashar
authored and
Marcelo Vanzin
committed
Sep 22, 2016
1 parent
8a02410
commit 17b72d3
Showing
11 changed files
with
239 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
core/src/test/resources/META-INF/services/org.apache.spark.scheduler.ExternalClusterManager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
org.apache.spark.scheduler.DummyExternalClusterManager | ||
org.apache.spark.scheduler.MockExternalClusterManager | ||
org.apache.spark.scheduler.MockExternalClusterManager | ||
org.apache.spark.DummyLocalExternalClusterManager |
Oops, something went wrong.