aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-03-17 13:51:29 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-03-17 13:51:29 -0700
commitca64a7ae03f2ba4a965b6f2b55afbd6d9f2a397a (patch)
tree285f45e0e59775fdf1c4c2962dd6a635338a1d5f /README.md
parent36c7db72bc172961b66cfa0b9741ac860cc03bb4 (diff)
downloadspark-ca64a7ae03f2ba4a965b6f2b55afbd6d9f2a397a.tar.gz
spark-ca64a7ae03f2ba4a965b6f2b55afbd6d9f2a397a.tar.bz2
spark-ca64a7ae03f2ba4a965b6f2b55afbd6d9f2a397a.zip
Documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).