Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31882

DAG-viz is not rendered correctly with pagination.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.4, 3.0.0, 3.1.0
    • 2.4.8, 3.0.0, 3.1.0
    • Web UI
    • None

    Description

      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.

       sc.parallelize(1 to 10).map(value => (value ,value)).repartition(1).repartition(1).repartition(1).reduceByKey(_ + _).collect

      And then, visit the corresponding job page.
      There are 5 stages so show <5 stages in the paged table.

      Attachments

        Activity

          People

            sarutak Kousuke Saruta
            sarutak Kousuke Saruta
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: