From 08cda89e8a05caf453f46fa1dcf00d67535805f1 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 17 Mar 2012 13:39:14 -0700 Subject: Further fixes to how Mesos is found and used --- 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 6852b23a34..532a635a1b 100755 --- a/conf/spark-env.sh.template +++ b/conf/spark-env.sh.template @@ -2,7 +2,7 @@ # Set Spark environment variables for your site in this file. Some useful # variables to set are: -# - MESOS_HOME, to point to your Mesos installation +# - MESOS_NATIVE_LIBRARY, to point to your Mesos native library (libmesos.so) # - SCALA_HOME, to point to your Scala installation # - SPARK_CLASSPATH, to add elements to Spark's classpath # - SPARK_JAVA_OPTS, to add JVM options -- cgit v1.2.3