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 04:13:00 UTC

[jira] [Created] (SPARK-31882) DAG-viz is not rendered correctly with pagination.

Kousuke Saruta created SPARK-31882:
--------------------------------------

             Summary: DAG-viz is not rendered correctly with pagination.
                 Key: SPARK-31882
                 URL: https://issues.apache.org/jira/browse/SPARK-31882
             Project: Spark
          Issue Type: Bug
          Components: Web UI
    Affects Versions: 3.1.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


Because DAG-viz for a job fetches link urls for each stage from the stage table, rendering can fail with pagination.

You can reproduce this issue with the following operation.
{code:java}
 sc.parallelize(1 to 10).map(value => (value ,value)).repartition(1).repartition(1).repartition(1).reduceByKey(_ + _).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