aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-03-01 17:15:38 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-03-01 17:15:38 -0800
commitec992e182231da7313d85d10b3d5fd5975c44c8b (patch)
tree1393cf747eeeae495d52c1384ff9d96049b5a0ca /conf
parent9aa095711858ce8670e51488f66a3d7c1a821c30 (diff)
Revert "[SPARK-1150] fix repo location in create script"
This reverts commit 9aa095711858ce8670e51488f66a3d7c1a821c30.
Diffstat (limited to 'conf')
-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 619fc27d53..6432a56608 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_MEM, to set how much memory to use (e.g. 1000m, 2g)
+# - 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