You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2021/11/16 19:48:00 UTC

[jira] [Assigned] (SPARK-37340) Display StageIds in Operators for SQL UI

     [ https://issues.apache.org/jira/browse/SPARK-37340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-37340:
------------------------------------

    Assignee: Apache Spark

> Display StageIds in Operators for SQL UI
> ----------------------------------------
>
>                 Key: SPARK-37340
>                 URL: https://issues.apache.org/jira/browse/SPARK-37340
>             Project: Spark
>          Issue Type: Improvement
>          Components: Web UI
>    Affects Versions: 3.2.0
>            Reporter: Yian Liou
>            Assignee: Apache Spark
>            Priority: Major
>
> This proposes a more generalized solution of https://issues.apache.org/jira/browse/SPARK-30209, where a stageId-> operator mapping is done with the following algorithm.
>  1. Read SparkGraph to get every Node's name and respective AccumulatorIDs.
>  2. Gets each stage's AccumulatorIDs.
>  3. Maps Operators to stages by checking for non-zero intersection of Step 1 and 2's AccumulatorIDs.
>  4. Connect SparkGraphNodes to respective StageIDs for rendering in SQL UI.
> As a result, some operators without max metrics values will also have stageIds in the UI. This Jira also aims to add minor enhancements to the SQL UI tab.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org