aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh.template
diff options
context:
space:
mode:
authorMark Grover <mark@apache.org>2014-03-01 16:21:22 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-01 16:21:22 -0800
commit9aa095711858ce8670e51488f66a3d7c1a821c30 (patch)
treefeb04bc47f9156ecc1d8aa67650139fac5d81c2f /conf/spark-env.sh.template
parent556c56689bbc32c6cec0d07b57bd3ec73ceb243e (diff)
downloadspark-9aa095711858ce8670e51488f66a3d7c1a821c30.tar.gz
spark-9aa095711858ce8670e51488f66a3d7c1a821c30.tar.bz2
spark-9aa095711858ce8670e51488f66a3d7c1a821c30.zip
[SPARK-1150] fix repo location in create script
https://spark-project.atlassian.net/browse/SPARK-1150 fix the repo location in create_release script Author: Mark Grover <mark@apache.org> Closes #48 from CodingCat/script_fixes and squashes the following commits: 01f4bf7 [Mark Grover] Fixing some nitpicks d2244d4 [Mark Grover] SPARK-676: Abbreviation in SPARK_MEM but not in SPARK_WORKER_MEMORY
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 6432a56608..619fc27d53 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -15,7 +15,7 @@
# - SPARK_MASTER_IP, to bind the master to a different IP address or hostname
# - SPARK_MASTER_PORT / SPARK_MASTER_WEBUI_PORT, to use non-default ports
# - SPARK_WORKER_CORES, to set the number of cores to use on this machine
-# - SPARK_WORKER_MEMORY, to set how much memory to use (e.g. 1000m, 2g)
+# - SPARK_WORKER_MEM, 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