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

Removed log message, added field in master UI to link to log UI

parent eac381a9
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ 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