Skip to content
Snippets Groups Projects
Commit 34395730 authored by Timothy Hunter's avatar Timothy Hunter Committed by Matei Zaharia
Browse files

Someone forgot to pass the parameters: fixes SPARK_MEM set from main script...

Someone forgot to pass the parameters: fixes SPARK_MEM set from main script but not passed to executor.
parent 0d895ba6
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ extends MScheduler with spark.Scheduler with Logging
params("env." + key) = System.getenv(key)
}
}
new ExecutorInfo(execScript, createExecArg())
new ExecutorInfo(execScript, createExecArg(), params)
}
/**
......
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