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: [email protected]
For additional commands, e-mail: [email protected]