You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Gengliang Wang (Jira)" <ji...@apache.org> on 2020/06/03 08:17:00 UTC

[jira] [Updated] (SPARK-31886) Fix the wrong coloring of nodes in DAG-viz

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

Gengliang Wang updated SPARK-31886:
-----------------------------------
    Affects Version/s: 3.0.0

> Fix the wrong coloring of nodes in DAG-viz
> ------------------------------------------
>
>                 Key: SPARK-31886
>                 URL: https://issues.apache.org/jira/browse/SPARK-31886
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 3.0.0, 3.1.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Minor
>
> In the Job Page and Stage Page, nodes which are associated with "barrier mode" in the DAG-viz will be colored pale green.
> But, with some type of jobs, nodes which are not associated with the mode will also colored.
> You can reproduce with the following operation.
> {code:java}
> sc.parallelize(1 to 10).barrier.mapPartitions(identity).repartition(1).collect() {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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