aboutsummaryrefslogtreecommitdiff
path: root/conf/spark-env.sh.template
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:40:33 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-31 17:40:33 -0700
commit9ddad0dcb47e3326151a53e270448b5135805ae5 (patch)
tree76f17bcb3af42b67b2e0ee93e1367d8e6dff8398 /conf/spark-env.sh.template
parent4819baa658a6c8a3e4c5c504af284ea6091e4c35 (diff)
downloadspark-9ddad0dcb47e3326151a53e270448b5135805ae5.tar.gz
spark-9ddad0dcb47e3326151a53e270448b5135805ae5.tar.bz2
spark-9ddad0dcb47e3326151a53e270448b5135805ae5.zip
Fixes suggested by Patrick
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 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.