Edgardo Vega created SPARK-15366:
------------------------------------
Summary: 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
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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|