Skip to content

Commit fdf3b17

Browse files
committed
just to retrigger the test......
1 parent 089bc2f commit fdf3b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ private[scheduler] class DAGSchedulerEventProcessActor(dagScheduler: DAGSchedule
10601060
dagScheduler.clearCacheLocs()
10611061
logInfo("Got job %s (%s) with %d output partitions (allowLocal=%s)".
10621062
format(job.jobId, callSite, partitions.length, allowLocal))
1063-
logInfo("Final stage: %s (%s)".format(finalStage, finalStage.name))
1063+
logInfo("Final stage: " + finalStage + "(" + finalStage.name + ")")
10641064
logInfo("Parents of final stage: " + finalStage.parents)
10651065
logInfo("Missing parents: " + dagScheduler.getMissingParentStages(finalStage))
10661066
if (allowLocal && finalStage.parents.size == 0 && partitions.length == 1) {

0 commit comments

Comments
 (0)