aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorCheng Lian <lian.cs.zju@gmail.com>2014-08-25 14:56:51 -0700
committerJosh Rosen <joshrosen@apache.org>2014-08-25 14:56:51 -0700
commit805fec845b7aa8b4763e3e0e34bec6c3872469f4 (patch)
treef3c4c54850c2cdbe738f1e4fdc975b6f3dc2f479 /docs/running-on-mesos.md
parentfd8ace2d9a796f69ce34ad202907008cd6e4d274 (diff)
downloadspark-805fec845b7aa8b4763e3e0e34bec6c3872469f4.tar.gz
spark-805fec845b7aa8b4763e3e0e34bec6c3872469f4.tar.bz2
spark-805fec845b7aa8b4763e3e0e34bec6c3872469f4.zip
Fixed a typo in docs/running-on-mesos.md
It should be `spark-env.sh` rather than `spark.env.sh`. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #2119 from liancheng/fix-mesos-doc and squashes the following commits: f360548 [Cheng Lian] Fixed a typo in docs/running-on-mesos.md
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index bd046cfc18..9998dddc65 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -107,7 +107,7 @@ cluster, or `mesos://zk://host:2181` for a multi-master Mesos cluster using ZooK
The driver also needs some configuration in `spark-env.sh` to interact properly with Mesos:
-1. In `spark.env.sh` set some environment variables:
+1. In `spark-env.sh` set some environment variables:
* `export MESOS_NATIVE_LIBRARY=<path to libmesos.so>`. This path is typically
`<prefix>/lib/libmesos.so` where the prefix is `/usr/local` by default. See Mesos installation
instructions above. On Mac OS X, the library is called `libmesos.dylib` instead of