Skip to content

Commit

Permalink
Add one comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Oct 31, 2014
1 parent 127a130 commit 19707b0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,10 @@ class BlockManagerMasterActor(val isLocal: Boolean, conf: SparkConf, listenerBus
}
}

/**
* Returns the hostname and port of an executor's actor system, based on the Akka address of its
* BlockManagerSlaveActor.
*/
private def getActorSystemHostPortForExecutor(executorId: String): Option[(String, Int)] = {
for (
blockManagerId <- blockManagerIdByExecutor.get(executorId);
Expand Down

0 comments on commit 19707b0

Please sign in to comment.