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

Hyukjin Kwon resolved SPARK-15366.
----------------------------------
    Resolution: Incomplete

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

Reply via email to