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

SHS Endpoint /applications/<app_id>/jobs/ doesn't include description

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.4, 2.4.4, 3.0.0
    • 2.4.5, 3.0.0
    • Spark Core
    • None

    Description

      Starting from Spark 2.3, the SHS REST API endpoint /applications/<app_id>/jobs/  is not including description in the JobData returned. This is not the case until Spark 2.2.

      Steps to reproduce:

      • Open spark-shell
        scala> sc.setJobGroup("test", "job", false); 
        scala> val foo = sc.textFile("/user/foo.txt");
        foo: org.apache.spark.rdd.RDD[String] = /user/foo.txt MapPartitionsRDD[1] at textFile at <console>:24
        scala> foo.foreach(println);
        

      Attachments

        Issue Links

          Activity

            People

              gsomogyi Gabor Somogyi
              gsomogyi Gabor Somogyi
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: