Repository: spark
Updated Branches:
  refs/heads/master 7276fa9aa -> 15cc36b77


[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 <m...@philipphoffmann.de>

Closes #9768 from philipphoffmann/patch-2.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/15cc36b7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/15cc36b7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/15cc36b7

Branch: refs/heads/master
Commit: 15cc36b7786e2d9a460bf565893236edd2ad993e
Parents: 7276fa9
Author: Philipp Hoffmann <m...@philipphoffmann.de>
Authored: Tue Nov 17 14:13:13 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Nov 17 14:13:13 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/15cc36b7/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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to