-
- Downloads
SPARK-4214. With dynamic allocation, avoid outstanding requests for more...
... executors than pending tasks need. WIP. Still need to add and fix tests. Author: Sandy Ryza <sandy@cloudera.com> Closes #3204 from sryza/sandy-spark-4214 and squashes the following commits: 35cf0e0 [Sandy Ryza] Add comment 13b53df [Sandy Ryza] Review feedback 067465f [Sandy Ryza] Whitespace fix 6ae080c [Sandy Ryza] Add tests and get num pending tasks from ExecutorAllocationListener 531e2b6 [Sandy Ryza] SPARK-4214. With dynamic allocation, avoid outstanding requests for more executors than pending tasks need.
Showing
- core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala 46 additions, 9 deletions...in/scala/org/apache/spark/ExecutorAllocationManager.scala
- core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala 48 additions, 0 deletions...ala/org/apache/spark/ExecutorAllocationManagerSuite.scala
Please register or sign in to comment