Skip to content
Snippets Groups Projects
Commit 24f8220d authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Removing extra code in new yarn

parent ceb013f8
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ class WorkerLauncher(args: ApplicationMasterArguments, conf: Configuration) exte ...@@ -59,7 +59,6 @@ class WorkerLauncher(args: ApplicationMasterArguments, conf: Configuration) exte
override def preStart() { override def preStart() {
logInfo("Listen to driver: " + driverUrl) logInfo("Listen to driver: " + driverUrl)
driver = context.actorFor(driverUrl) driver = context.actorFor(driverUrl)
driver ! "hello"
context.system.eventStream.subscribe(self, classOf[RemotingLifecycleEvent]) context.system.eventStream.subscribe(self, classOf[RemotingLifecycleEvent])
} }
......
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