From 34c1f8d2dac883c8914074b57839e16b9f1e013e Mon Sep 17 00:00:00 2001 From: shane-huang Date: Fri, 9 Aug 2013 15:03:48 +0800 Subject: add comment in spark-env.sh.template for SPARK_JAVA_OPTS Signed-off-by: shane-huang --- conf/spark-env.sh.template | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template index b8936314ec..c978db00d9 100755 --- a/conf/spark-env.sh.template +++ b/conf/spark-env.sh.template @@ -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 -- cgit v1.2.3