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

Reply via email to