Skip to content
Snippets Groups Projects
Commit 1577b373 authored by David McCauley's avatar David McCauley
Browse files

SPARK-921 - Add Application UI URL to ApplicationInfo Json output

parent 351da546
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ private[spark] object JsonProtocol { ...@@ -41,6 +41,7 @@ private[spark] object JsonProtocol {
("starttime" -> obj.startTime) ~ ("starttime" -> obj.startTime) ~
("id" -> obj.id) ~ ("id" -> obj.id) ~
("name" -> obj.desc.name) ~ ("name" -> obj.desc.name) ~
("appuiurl" -> obj.appUiUrl) ~
("cores" -> obj.desc.maxCores) ~ ("cores" -> obj.desc.maxCores) ~
("user" -> obj.desc.user) ~ ("user" -> obj.desc.user) ~
("memoryperslave" -> obj.desc.memoryPerSlave) ~ ("memoryperslave" -> obj.desc.memoryPerSlave) ~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment