From 9ddad0dcb47e3326151a53e270448b5135805ae5 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 31 Aug 2013 17:40:33 -0700 Subject: Fixes suggested by Patrick --- conf/spark-env.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template index a367d59d64..d92d2e2ae3 100755 --- a/conf/spark-env.sh.template +++ b/conf/spark-env.sh.template @@ -4,7 +4,7 @@ # spark-env.sh and edit that to configure Spark for your site. # # The following variables can be set in this file: -# - SPARK_LOCAL_IP, to override the IP address binds to +# - SPARK_LOCAL_IP, to set the IP address Spark binds to on this node # - MESOS_NATIVE_LIBRARY, to point to your libmesos.so if you use Mesos # - SPARK_JAVA_OPTS, to set node-specific JVM options for Spark. Note that # we recommend setting app-wide options in the application's driver program. -- cgit v1.2.3