Skip to content
Snippets Groups Projects
Commit 34c1f8d2 authored by shane-huang's avatar shane-huang
Browse files

add comment in spark-env.sh.template for SPARK_JAVA_OPTS

parent cbc5107e
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,9 @@
# - SPARK_WORKER_PORT / SPARK_WORKER_WEBUI_PORT
# - SPARK_WORKER_INSTANCES, to set the number of worker instances/processes
# to be spawned on every slave machine
# - SPARK_JAVA_OPTS, to set the jvm options for executor backend. Note: This is
# only for node-specific options, whereas app-specific options should be set
# in the application.
# Examples of node-speicic options : -Dspark.local.dir, GC related options.
# Examples of app-specific options : -Dspark.serializer
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