We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892b952 commit e1fba5fCopy full SHA for e1fba5f
core/src/main/scala/org/apache/spark/storage/BlockManagerSlaveActor.scala
@@ -27,7 +27,10 @@ import org.apache.spark.storage.BlockManagerMessages._
27
* this is used to remove blocks from the slave's BlockManager.
28
*/
29
private[storage]
30
-class BlockManagerSlaveActor(blockManager: BlockManager, mapOutputTracker: MapOutputTracker) extends Actor {
+class BlockManagerSlaveActor(
31
+ blockManager: BlockManager,
32
+ mapOutputTracker: MapOutputTracker
33
+ ) extends Actor {
34
override def receive = {
35
36
case RemoveBlock(blockId) =>
0 commit comments