aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorshane-huang <shengsheng.huang@intel.com>2013-08-09 15:03:48 +0800
committershane-huang <shengsheng.huang@intel.com>2013-08-09 15:03:48 +0800
commit34c1f8d2dac883c8914074b57839e16b9f1e013e (patch)
treec6741026d374f3656f19885c11c3e0e68074f743 /conf
parentcbc5107e3675a2f4e22c1581739c79b1fc76ee46 (diff)
downloadspark-34c1f8d2dac883c8914074b57839e16b9f1e013e.tar.gz
spark-34c1f8d2dac883c8914074b57839e16b9f1e013e.tar.bz2
spark-34c1f8d2dac883c8914074b57839e16b9f1e013e.zip
add comment in spark-env.sh.template for SPARK_JAVA_OPTS
Signed-off-by: shane-huang <shengsheng.huang@intel.com>
Diffstat (limited to 'conf')
-rwxr-xr-xconf/spark-env.sh.template5
1 files changed, 5 insertions, 0 deletions
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