Github user pgandhi999 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21809#discussion_r204514110
--- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala ---
@@ -182,6 +184,12 @@ private[ui] class StagePage(parent: StagesTab, store:
AppStatusStore) extends We
{Utils.bytesToString(stageData.diskBytesSpilled)}
</li>
}}
+ {if (!stageJobIds.isEmpty) {
+ <li>
+ <strong>Associated Job Ids: </strong>
+ {stageJobIds}
--- End diff --
The problem here is that the stage could also have multiple job ids, in
that case, we get a bunch of them. Do you want a generic link instead that will
take you to the jobs page? Let me know what you think.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]