Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
liupc committed May 14, 2020
1 parent c8826c1 commit e9c46ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,8 @@ private[spark] class MapOutputTrackerWorker(conf: SparkConf) extends MapOutputTr
endPartition: Int)
: Iterator[(BlockManagerId, Seq[(BlockId, Long, Int)])] = {
logDebug(s"Fetching outputs for shuffle $shuffleId, partitions $startPartition-$endPartition")
val statuses = getStatuses(shuffleId, conf)
try {
val statuses = getStatuses(shuffleId, conf)
MapOutputTracker.convertMapStatuses(
shuffleId, startPartition, endPartition, statuses, 0, statuses.length)
} catch {
Expand Down

0 comments on commit e9c46ca

Please sign in to comment.