Skip to content
Snippets Groups Projects
Commit 18b3633e authored by Raymond Liu's avatar Raymond Liu
Browse files

minor fix for loginfo

parent c5902940
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ class WorkerLauncher(args: ApplicationMasterArguments, conf: Configuration) exte ...@@ -68,7 +68,7 @@ class WorkerLauncher(args: ApplicationMasterArguments, conf: Configuration) exte
override def receive = { override def receive = {
case x: DisassociatedEvent => case x: DisassociatedEvent =>
logInfo("Driver terminated or disconnected! Shutting down. $x") logInfo(s"Driver terminated or disconnected! Shutting down. $x")
driverClosed = true driverClosed = true
} }
} }
......
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