aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh.template
diff options
context:
space:
mode:
authorCodingCat <zhunanmcgill@gmail.com>2014-01-07 12:53:04 -0500
committerCodingCat <zhunanmcgill@gmail.com>2014-01-07 12:53:04 -0500
commit3633172e30ab118d2bfd33ce0fdb50a1697904d6 (patch)
tree99adea0bcd4f5806e77506a5ae2211cc48956b95 /conf/spark-env.sh.template
parentd2efe13574090e93c600adeacc7f6356bc196e6c (diff)
downloadspark-3633172e30ab118d2bfd33ce0fdb50a1697904d6.tar.gz
spark-3633172e30ab118d2bfd33ce0fdb50a1697904d6.tar.bz2
spark-3633172e30ab118d2bfd33ce0fdb50a1697904d6.zip
add the comments about SPARK_WORKER_DIR
this env variable seems to be forgotten …
Diffstat (limited to 'conf/spark-env.sh.template')
-rwxr-xr-xconf/spark-env.sh.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template
index 0a35ee7c79..e2071e2ade 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -18,4 +18,4 @@
# - SPARK_WORKER_MEMORY, to set how much memory to use (e.g. 1000m, 2g)
# - SPARK_WORKER_PORT / SPARK_WORKER_WEBUI_PORT
# - SPARK_WORKER_INSTANCES, to set the number of worker processes per node
-
+# - SPARK_WORKER_DIR, to set the working directory of worker processes