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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17200035#comment-17200035 ] 

Apache Spark commented on SPARK-31882:
--------------------------------------

User 'zhli1142015' has created a pull request for this issue:
https://github.com/apache/spark/pull/29833

> 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