Skip to content

Commit

Permalink
Removed redundant job.listener.jobFailed notification
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Jul 2, 2013
1 parent 3d8bc99 commit 5c11932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/spark/scheduler/DAGScheduler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ class DAGScheduler(
activeJobs -= job
resultStageToJob -= resultStage
removeStages(job)
job.listener.jobFailed(new SparkException("Job failed: " + reason))
}
if (dependentStages.isEmpty) {
logInfo("Ignoring failure of " + failedStage + " because all jobs depending on it are done")
Expand Down

0 comments on commit 5c11932

Please sign in to comment.