Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sital Kedia committed Mar 16, 2017
1 parent f96ec68 commit d4979e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ class DAGSchedulerSuite extends SparkFunSuite with LocalSparkContext with Timeou
null)
))

// Here is the main assertion -- make sure that we de-register the map outputs for both map stage
// from both executors on hostA
// Here is the main assertion -- make sure that we de-register
// the map outputs for both map stage from both executors on hostA
val mapStatus1 = mapOutputTracker.mapStatuses.get(0).get
assert(mapStatus1.count(_ != null) === 1)
assert(mapStatus1(2).location.executorId === "exec-hostB")
Expand Down

0 comments on commit d4979e3

Please sign in to comment.