aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorPhilipp Hoffmann <mail@philipphoffmann.de>2015-11-17 14:13:13 +0000
committerSean Owen <sowen@cloudera.com>2015-11-17 14:13:13 +0000
commit15cc36b7786e2d9a460bf565893236edd2ad993e (patch)
treef8337fd99e73cf5a251dc7b40180122f4ee56194 /docs/running-on-mesos.md
parent7276fa9aa9d2eccb6aebd5c690ac334699142f1e (diff)
downloadspark-15cc36b7786e2d9a460bf565893236edd2ad993e.tar.gz
spark-15cc36b7786e2d9a460bf565893236edd2ad993e.tar.bz2
spark-15cc36b7786e2d9a460bf565893236edd2ad993e.zip
[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 <mail@philipphoffmann.de> Closes #9768 from philipphoffmann/patch-2.
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 ec5a44d792..5be208cf34 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>