You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Masiero Vanzin (Jira)" <ji...@apache.org> on 2019/10/29 19:07:00 UTC

[jira] [Resolved] (SPARK-29637) SHS Endpoint /applications//jobs/ doesn't include description

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

Marcelo Masiero Vanzin resolved SPARK-29637.
--------------------------------------------
    Fix Version/s: 3.0.0
                   2.4.5
       Resolution: Fixed

Issue resolved by pull request 26295
[https://github.com/apache/spark/pull/26295]

> 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
>             Fix For: 2.4.5, 3.0.0
>
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org