We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae8520 commit ba1ac3eCopy full SHA for ba1ac3e
core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala
@@ -573,7 +573,8 @@ private[ui] class StagePage(parent: StagesTab) extends WebUIPage("stage") {
573
| 'className': 'task task-assignment-timeline-object ${classNameByStatus}',
574
| 'group': '${executorId}',
575
| 'content': '<div class="task-assignment-timeline-content"' +
576
- | 'data-toggle="tooltip" data-placement="right" data-html="true" data-container="body"' +
+ | 'data-toggle="tooltip" data-placement="top"' +
577
+ | 'data-html="true" data-container="body"' +
578
| 'data-title="${taskIdWithIndexAndAttempt}<br>Status: ${taskInfo.status}<br>' +
579
| 'Launch Time: ${UIUtils.formatDate(new Date(launchTime))}' +
580
| '${
0 commit comments