[
https://issues.apache.org/jira/browse/SPARK-31886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17120961#comment-17120961
]
Apache Spark commented on SPARK-31886:
--------------------------------------
User 'sarutak' has created a pull request for this issue:
https://github.com/apache/spark/pull/28694
> 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: [email protected]
For additional commands, e-mail: [email protected]