зеркало из https://github.com/microsoft/spark.git
Log message
This commit is contained in:
Родитель
ea096f7cd5
Коммит
b2fc3dd902
|
@ -26,7 +26,7 @@ private[spark] case object StopMapOutputTracker extends MapOutputTrackerMessage
|
|||
private[spark] class MapOutputTrackerActor(tracker: MapOutputTracker) extends Actor with Logging {
|
||||
def receive = {
|
||||
case GetMapOutputStatuses(shuffleId: Int, requester: String) =>
|
||||
logInfo("Asked to get map output locations for shuffle " + shuffleId + " for " + requester)
|
||||
logInfo("Asked to send map output locations for shuffle " + shuffleId + " to " + requester)
|
||||
sender ! tracker.getSerializedLocations(shuffleId)
|
||||
|
||||
case StopMapOutputTracker =>
|
||||
|
|
Загрузка…
Ссылка в новой задаче