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

Apache Spark reassigned SPARK-31886:
------------------------------------

    Assignee: Kousuke Saruta  (was: Apache Spark)

> 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.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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to