From 7862c4a3c8b900db81f5c2af157bd4564d814bd9 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 31 Aug 2013 17:41:47 -0700 Subject: Another fix suggested by Patrick --- conf/spark-env.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/spark-env.sh.template') 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) -- cgit v1.2.3