Repository: spark Updated Branches: refs/heads/branch-1.1 d892062cc -> 8d33a6d3d
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 (cherry picked from commit 805fec845b7aa8b4763e3e0e34bec6c3872469f4) Signed-off-by: Josh Rosen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8d33a6d3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8d33a6d3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8d33a6d3 Branch: refs/heads/branch-1.1 Commit: 8d33a6d3de9184ee33ebe5f30fef6a1fda281e9d Parents: d892062 Author: Cheng Lian <[email protected]> Authored: Mon Aug 25 14:56:51 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Mon Aug 25 14:57:07 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/8d33a6d3/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]
