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

Send SPARK_JAVA_OPTS to slave nodes.

parent 07532021
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ extends MScheduler with DAGScheduler with Logging
val ENV_VARS_TO_SEND_TO_EXECUTORS = Array(
"SPARK_MEM",
"SPARK_CLASSPATH",
"SPARK_LIBRARY_PATH"
"SPARK_LIBRARY_PATH",
"SPARK_JAVA_OPTS"
)
// Memory used by each executor (in megabytes)
......
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