You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:23:16 UTC

[jira] [Updated] (SPARK-15366) Add Application Detail UI uri to Spark Json API

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

Hyukjin Kwon updated SPARK-15366:
---------------------------------
    Labels: bulk-closed  (was: )

> Add Application Detail UI uri to Spark Json API 
> ------------------------------------------------
>
>                 Key: SPARK-15366
>                 URL: https://issues.apache.org/jira/browse/SPARK-15366
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Edgardo Vega
>            Priority: Minor
>              Labels: bulk-closed
>
> On the spark ui on master running and completed applications have urls for each application both completed and active. When you add /json that json representation does not include the url 
> I would like to see 
> activeapps: [
> {
> starttime: 1463510175942,
> id: "app-20160517183615-0008",
> name: "test",
> cores: 14,
> user: "spark",
> memoryperslave: 4096,
> submitdate: "Tue May 17 18:36:15 UTC 2016",
> state: "RUNNING",
> duration: 831508,
> url: http://10.10.80.10:4040/
> }
> ],
> as this is additive it could be added to the current api.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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