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

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

Kousuke Saruta created SPARK-31886:
--------------------------------------

             Summary: 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


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