Skip to content
Snippets Groups Projects
Commit 1ee7f5ae authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Fix a change that was lost during merge

parent 0bd1900c
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ private[spark] class LocalActor(
private val localExecutorId = "localhost"
private val localExecutorHostname = "localhost"
val executor = new Executor(localExecutorId, localExecutorHostname, Seq.empty, isLocal = true)
val executor = new Executor(
localExecutorId, localExecutorHostname, scheduler.conf.getAll, isLocal = true)
def receive = {
case ReviveOffers =>
......
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