Repository: spark Updated Branches: refs/heads/branch-1.6 b1a2abb23 -> 29f18b730
[SPARK-11779][DOCS] Fix reference to deprecated MESOS_NATIVE_LIBRARY MESOS_NATIVE_LIBRARY was renamed in favor of MESOS_NATIVE_JAVA_LIBRARY. This commit fixes the reference in the documentation. Author: Philipp Hoffmann <[email protected]> Closes #9768 from philipphoffmann/patch-2. (cherry picked from commit 15cc36b7786e2d9a460bf565893236edd2ad993e) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/29f18b73 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/29f18b73 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/29f18b73 Branch: refs/heads/branch-1.6 Commit: 29f18b7300ebb01ce6fc0260eeea42380a9c039d Parents: b1a2abb Author: Philipp Hoffmann <[email protected]> Authored: Tue Nov 17 14:13:13 2015 +0000 Committer: Sean Owen <[email protected]> Committed: Tue Nov 17 14:13:22 2015 +0000 ---------------------------------------------------------------------- docs/running-on-mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/29f18b73/docs/running-on-mesos.md ---------------------------------------------------------------------- diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index ec5a44d..5be208c 100644 --- a/docs/running-on-mesos.md +++ b/docs/running-on-mesos.md @@ -278,7 +278,7 @@ See the [configuration page](configuration.html) for information on Spark config Set the name of the docker image that the Spark executors will run in. The selected image must have Spark installed, as well as a compatible version of the Mesos library. The installed path of Spark in the image can be specified with <code>spark.mesos.executor.home</code>; - the installed path of the Mesos library can be specified with <code>spark.executorEnv.MESOS_NATIVE_LIBRARY</code>. + the installed path of the Mesos library can be specified with <code>spark.executorEnv.MESOS_NATIVE_JAVA_LIBRARY</code>. </td> </tr> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
