From ca64a7ae03f2ba4a965b6f2b55afbd6d9f2a397a Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Sat, 17 Mar 2012 13:51:29 -0700 Subject: Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cde7b8a440..df9e73e4bd 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ several Spark-specific variables you can set: - `SPARK_JAVA_OPTS`: Extra options to pass to JVM. - `MESOS_NATIVE_LIBRARY`: Your Mesos library, if you want to run on a Mesos - cluster. For example, this might be /usr/local/lib/libmesos.so on Linux. + cluster. For example, this might be `/usr/local/lib/libmesos.so` on Linux. Note that `spark-env.sh` must be a shell script (it must be executable and start with a `#!` header to specify the shell to use). -- cgit v1.2.3