Skip to content
Snippets Groups Projects
Commit baa72e27 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Removed a debug statement that slipped in as a println

parent 2bfd7931
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,6 @@ class MapOutputTracker(isMaster: Boolean) extends Logging {
// We won the race to fetch the output locs; do so
logInfo("Doing the fetch; tracker actor = " + trackerActor)
val fetched = (trackerActor !? GetMapOutputLocations(shuffleId)).asInstanceOf[Array[String]]
println("Got locations: " + fetched.mkString(", "))
serverUris.put(shuffleId, fetched)
fetching.synchronized {
fetching -= shuffleId
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment