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

Executor summary is not getting updated for failure jobs in history server UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.2, 2.4.0
    • 2.4.1, 3.0.0
    • Spark Core
    • None

    Description

      Test step to reproduce:

      bin/spark-shell --master yarn --conf spark.executor.instances=3
      sc.parallelize(1 to 10000, 10).map{ x => throw new RuntimeException("Bad executor")}.collect() 
      

      1)Open the application from History UI
      2) Go to the executor tab

      From History UI:

      From Live UI:

      Attachments

        Activity

          People

            shahid shahid
            shahid shahid
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: