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

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

Gabor Somogyi created SPARK-29637:
-------------------------------------

             Summary: 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: Improvement
          Components: Spark Core
    Affects Versions: 2.4.4, 2.3.4, 3.0.0
            Reporter: Gabor Somogyi


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");
thorn: 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/<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