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 2018/09/30 10:13:00 UTC

[jira] [Commented] (SPARK-25577) Add an on-off switch to display the executor additional columns

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

Apache Spark commented on SPARK-25577:
--------------------------------------

User 'LantaoJin' has created a pull request for this issue:
https://github.com/apache/spark/pull/22595

> Add an on-off switch to display the executor additional columns
> ---------------------------------------------------------------
>
>                 Key: SPARK-25577
>                 URL: https://issues.apache.org/jira/browse/SPARK-25577
>             Project: Spark
>          Issue Type: Improvement
>          Components: Web UI
>    Affects Versions: 2.3.2
>            Reporter: Lantao Jin
>            Priority: Major
>         Attachments: Screen Shot 2018-09-30 at 5.45.56 PM.png, Screen Shot 2018-09-30 at 5.46.06 PM.png
>
>
> [SPARK-17019|https://issues.apache.org/jira/browse/SPARK-17019] Expose off-heap memory usage in WebUI. But it make this additional columns hidden by default. If you want to see them, we need change the css code to rebuild a spark-core.jar. It's very inconvenient.
> {code}
> .on_heap_memory, .off_heap_memory {
>   display: none;
> }
> {code}
> So I add an on-off switch to show those additional columns. And in future, we don't afraid to add more columns.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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