aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:41:47 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:41:47 -0700
commit7862c4a3c8b900db81f5c2af157bd4564d814bd9 (patch)
tree7ce65fe576083c68bf9678e3b67afd66f1a92d55 /conf
parent9ddad0dcb47e3326151a53e270448b5135805ae5 (diff)
downloadspark-7862c4a3c8b900db81f5c2af157bd4564d814bd9.tar.gz
spark-7862c4a3c8b900db81f5c2af157bd4564d814bd9.tar.bz2
spark-7862c4a3c8b900db81f5c2af157bd4564d814bd9.zip
Another fix suggested by Patrick
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 d92d2e2ae3..0a35ee7c79 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -12,7 +12,7 @@
# Examples of app-wide options : -Dspark.serializer
#
# If using the standalone deploy mode, you can also set variables for it here:
-# - SPARK_MASTER_IP, to bind the master to a different IP address
+# - 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)