[ 
https://issues.apache.org/jira/browse/SPARK-29637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcelo Masiero Vanzin reassigned SPARK-29637:
----------------------------------------------

    Assignee: Gabor Somogyi

> SHS Endpoint /applications/<app_id>/jobs/ doesn't include description
> ---------------------------------------------------------------------
>
>                 Key: SPARK-29637
>                 URL: https://issues.apache.org/jira/browse/SPARK-29637
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.3.4, 2.4.4, 3.0.0
>            Reporter: Gabor Somogyi
>            Assignee: Gabor Somogyi
>            Priority: Minor
>
> 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
> {code:java}
> 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);
> {code}
>  * Access end REST API 
> [http://SHS-host:port/api/v1/applications/|http://shs-host:port/api/v1/applications/]<app-id>/jobs/
>  * REST API of Spark 2.3 and above will not return description



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to