@@ -631,28 +631,27 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
631631 '<br>Shuffle Write Time: ${UIUtils .formatDuration(shuffleWriteTime)}' +
632632 '<br>Result Serialization Time: ${UIUtils .formatDuration(serializationTime)}' +
633633 '<br>Getting Result Time: ${UIUtils .formatDuration(gettingResultTime)}">' +
634- | ' ${taskIdWithIndexAndAttempt}</div>' +
635634 | '<svg class="task-assignment-timeline-duration-bar">' +
636635 | '<rect class="scheduler-delay-proportion" ' +
637- | 'x=" ${schedulerDelayProportionPos}%" y="0" height="100% "' +
636+ | 'x=" ${schedulerDelayProportionPos}%" y="0" height="24px "' +
638637 | 'width=" ${schedulerDelayProportion}%""></rect>' +
639638 | '<rect class="deserialization-time-proportion" '+
640- | 'x=" ${deserializationTimeProportionPos}%" y="0" height="100% "' +
639+ | 'x=" ${deserializationTimeProportionPos}%" y="0" height="24px "' +
641640 | 'width=" ${deserializationTimeProportion}%"></rect>' +
642641 | '<rect class="shuffle-read-time-proportion" ' +
643- | 'x=" ${shuffleReadTimeProportionPos}%" y="0" height="100% "' +
642+ | 'x=" ${shuffleReadTimeProportionPos}%" y="0" height="24px "' +
644643 | 'width=" ${shuffleReadTimeProportion}%"></rect>' +
645644 | '<rect class="executor-runtime-proportion" ' +
646- | 'x=" ${executorRuntimeProportionPos}%" y="0" height="100% "' +
645+ | 'x=" ${executorRuntimeProportionPos}%" y="0" height="24px "' +
647646 | 'width=" ${executorComputingTimeProportion}%"></rect>' +
648647 | '<rect class="shuffle-write-time-proportion" ' +
649- | 'x=" ${shuffleWriteTimeProportionPos}%" y="0" height="100% "' +
648+ | 'x=" ${shuffleWriteTimeProportionPos}%" y="0" height="24px "' +
650649 | 'width=" ${shuffleWriteTimeProportion}%"></rect>' +
651650 | '<rect class="serialization-time-proportion" ' +
652- | 'x=" ${serializationTimeProportionPos}%" y="0" height="100% "' +
651+ | 'x=" ${serializationTimeProportionPos}%" y="0" height="24px "' +
653652 | 'width=" ${serializationTimeProportion}%"></rect>' +
654653 | '<rect class="getting-result-time-proportion" ' +
655- | 'x=" ${gettingResultTimeProportionPos}%" y="0" height="100% "' +
654+ | 'x=" ${gettingResultTimeProportionPos}%" y="0" height="24px "' +
656655 | 'width=" ${gettingResultTimeProportion}%"></rect></svg>',
657656 | 'start': new Date( ${launchTime}),
658657 | 'end': new Date( ${finishTime})
0 commit comments