gabrielenizzoli opened a new pull request #31786: URL: https://github.com/apache/spark/pull/31786
Adding Job Id to stage table in Web UI. Job Id will be a new column, after Stage Id column ### What changes were proposed in this pull request? In the Stage Page, in the WebUI, there is no reference to which Job the stage belongs to, This PR adds a new column, Job Id(s), after the Stage Id ### Why are the changes needed? I think it will be helpful to visually see to which job the stage belongs to. The Job Id column has the id of the job and it is linkable, to the job page (with the list to all the stages for that job). ### Does this PR introduce _any_ user-facing change? The user facing change is in the stage table. An screenshot on how it will look like is in the ticket in Jira: https://issues.apache.org/jira/browse/SPARK-34656 ### How was this patch tested? TBD ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
