Skip to content

Commit 68b64ae

Browse files
author
Thomas Graves
committed
remove extra spaces
1 parent 4d5e402 commit 68b64ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,10 +1144,10 @@ class DAGScheduler(
11441144
null
11451145
}
11461146

1147-
// The stage may have already finished when we get this event -- eg. maybe it was a
1148-
// speculative task. It is important that we send the TaskEnd event in any case, so listeners
1147+
// The stage may have already finished when we get this event -- eg. maybe it was a
1148+
// speculative task. It is important that we send the TaskEnd event in any case, so listeners
11491149
// are properly notified and can chose to handle it. For instance, some listeners are
1150-
// doing their own accounting and if they don't get the task end event they think
1150+
// doing their own accounting and if they don't get the task end event they think
11511151
// tasks are still running when they really aren't.
11521152
listenerBus.post(SparkListenerTaskEnd(
11531153
stageId, task.stageAttemptId, taskType, event.reason, event.taskInfo, taskMetrics))

0 commit comments

Comments
 (0)