Skip to content
Snippets Groups Projects
Commit 0d78b6d9 authored by Karen Feng's avatar Karen Feng
Browse files

Links to job UI from standalone deploy cluster web UI: fixes SPARK-802

parent 4698a0d6
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ private[spark] class Master(host: String, port: Int, webUiPort: Int) extends Act
logInfo("Registering app " + description.name)
val app = addApplication(description, sender)
logInfo("Registered app " + description.name + " with ID " + app.id)
logInfo("Started App web UI at " + description.appUiUrl)
waitingApps += app
context.watch(sender) // This doesn't work with remote actors but helps for testing
sender ! RegisteredApplication(app.id)
......
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