Someone forgot to pass the parameters: fixes SPARK_MEM set from main script but not passed to executor.

This commit is contained in:
Timothy Hunter 2010-12-11 23:42:45 -08:00 committed by Matei Zaharia
parent 0d895ba636
commit 34395730db

View file

@ -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)
}
/**