Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.3.4, 2.4.4, 3.0.0
-
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);
- Access end REST API http://SHS-host:port/api/v1/applications/<app-id>/jobs/
- REST API of Spark 2.3 and above will not return description
Attachments
Issue Links
- links to