You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Zhen Li (Jira)" <ji...@apache.org> on 2020/09/21 22:51:00 UTC

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

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

Zhen Li updated SPARK-31882:
----------------------------
    Affects Version/s: 2.4.4

> 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: 2.4.4, 3.0.0, 3.1.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Major
>
> 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}
> And then, visit the corresponding job page.
> There are 5 stages so show <5 stages in the paged table.



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