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

Fix the wrong coloring of nodes in DAG-viz

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0, 3.1.0
    • None
    • Web UI
    • None

    Description

      In the Job Page and Stage Page, nodes which are associated with "barrier mode" in the DAG-viz will be colored pale green.

      But, with some type of jobs, nodes which are not associated with the mode will also colored.

      You can reproduce with the following operation.

      sc.parallelize(1 to 10).barrier.mapPartitions(identity).repartition(1).collect() 

      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: