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

Clean-up

parent c1fec898
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class WorkerLauncher(args: ApplicationMasterArguments, conf: Configuration) exte
override def preStart() {
logInfo("Listen to driver: " + driverUrl)
driver = context.actorFor(driverUrl)
driver = context.actorSelection(driverUrl)
context.system.eventStream.subscribe(self, classOf[RemotingLifecycleEvent])
}
......
......@@ -104,6 +104,7 @@
<scala.version>2.10.3</scala.version>
<scala.binary.version>2.10</scala.binary.version>
<mesos.version>0.13.0</mesos.version>
<akka.group>org.spark-project.akka</akka.group>
<akka.version>2.2.3-shaded-protobuf</akka.version>
<slf4j.version>1.7.2</slf4j.version>
<log4j.version>1.2.17</log4j.version>
......
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