Repository: spark Updated Branches: refs/heads/master fd8ace2d9 -> 805fec845
Fixed a typo in docs/running-on-mesos.md It should be `spark-env.sh` rather than `spark.env.sh`. Author: Cheng Lian <[email protected]> Closes #2119 from liancheng/fix-mesos-doc and squashes the following commits: f360548 [Cheng Lian] Fixed a typo in docs/running-on-mesos.md Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/805fec84 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/805fec84 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/805fec84 Branch: refs/heads/master Commit: 805fec845b7aa8b4763e3e0e34bec6c3872469f4 Parents: fd8ace2 Author: Cheng Lian <[email protected]> Authored: Mon Aug 25 14:56:51 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Mon Aug 25 14:56:51 2014 -0700 ---------------------------------------------------------------------- docs/running-on-mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/805fec84/docs/running-on-mesos.md ---------------------------------------------------------------------- diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index bd046cf..9998ddd 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
