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

Inconsistent message for Completed Jobs in the JobUI, when there are failed jobs, compared to spark2.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.1
    • 2.3.3, 2.4.0
    • Web UI
    • None

    Description

      Test steps:

       1) bin/spark-shell

      sc.parallelize(1 to 5, 5).collect()
      sc.parallelize(1 to 5, 2).map{ x => throw new RuntimeException("Fail Job")}.collect()
      

      Output in spark - 2.3.1:

      Output in spark - 2.2.1:

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: