-
- Downloads
[SPARK-5593][Core]Replace BlockManagerListener with ExecutorListener in ExecutorAllocationListener
More strictly, in ExecutorAllocationListener, we need to replace onBlockManagerAdded, onBlockManagerRemoved with onExecutorAdded,onExecutorRemoved. because at some time, onExecutorAdded and onExecutorRemoved are more accurate to express these meanings. example at SPARK-5529, BlockManager has been removed,but executor is existed. andrewor14 sryza Author: lianhuiwang <lianhuiwang09@gmail.com> Closes #4369 from lianhuiwang/SPARK-5593 and squashes the following commits: 333367c [lianhuiwang] Replace BlockManagerListener with ExecutorListener in ExecutorAllocationListener
Showing
- core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala 4 additions, 5 deletions...in/scala/org/apache/spark/ExecutorAllocationManager.scala
- core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala 15 additions, 17 deletions...ala/org/apache/spark/ExecutorAllocationManagerSuite.scala
Please register or sign in to comment