Skip to content

Commit 492e25e

Browse files
committed
Remove unused import
1 parent 2ef2d39 commit 492e25e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/MapOutputTracker.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import org.apache.spark.scheduler.MapStatus
3030
import org.apache.spark.shuffle.MetadataFetchFailedException
3131
import org.apache.spark.storage.BlockManagerId
3232
import org.apache.spark.util._
33-
import org.apache.spark.util.collection.{Utils => CollectionUtils}
3433

3534
private[spark] sealed trait MapOutputTrackerMessage
3635
private[spark] case class GetMapOutputStatuses(shuffleId: Int)

0 commit comments

Comments
 (0)