Skip to content

Commit

Permalink
remove the temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed Sep 12, 2014
1 parent ebd2f43 commit 1245eb7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ class JobProgressListener(conf: SparkConf) extends SparkListener with Logging {
t.taskMetrics)

// Overwrite task metrics
// FIXME: deepcopy the metrics, or they will be the same object in local mode
t.taskMetrics = Some(scala.util.Marshal.load[TaskMetrics](scala.util.Marshal.dump(taskMetrics)))
t.taskMetrics = Some(taskMetrics)
}
}
}
Expand Down

0 comments on commit 1245eb7

Please sign in to comment.