You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sumeet (Jira)" <ji...@apache.org> on 2022/07/28 01:07:00 UTC

[jira] [Commented] (SPARK-39902) Add Scan details to spark plan scan node in SparkUI

    [ https://issues.apache.org/jira/browse/SPARK-39902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572186#comment-17572186 ] 

Sumeet commented on SPARK-39902:
--------------------------------

I'm working on it and will publish a patch soon.

> Add Scan details to spark plan scan node in SparkUI
> ---------------------------------------------------
>
>                 Key: SPARK-39902
>                 URL: https://issues.apache.org/jira/browse/SPARK-39902
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL, Web UI
>    Affects Versions: 3.3.1
>            Reporter: Sumeet
>            Priority: Major
>
> Hi,
> For DSv2, the scan node in the spark plan on SparkUI simply shows "BatchScan" as opposed to "Scan <fileformat>".
> Add a method "String name()" to the Scan interface, that "BatchScanExec" can invoke to set the node name the plan. This nodeName will be eventually used by "SparkPlanGraphNode" to display it in the header of the UI node.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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