Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/10057#discussion_r47573329
--- Diff: docs/running-on-mesos.md ---
@@ -373,6 +373,28 @@ See the [configuration page](configuration.html) for
information on Spark config
</ul>
</td>
</tr>
+<tr>
+ <td><code>spark.deploy.recoveryMode</code></td>
+ <td>NONE</td>
+ <td>
+ The recovery mode setting to recover submitted Spark jobs to Mesos
cluster dispatcher when it failed and relaunches. The only options supported
now is NONE and ZOOKEEPER.
+ This is only applicable for cluster mode when running with Mesos.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.deploy.zookeeper.url</code></td>
+ <td>(none)</td>
+ <td>
+ When `spark.deploy.recoveryMode` is set to ZOOKEEPER, this
configuration is used to set the zookeeper URL to connect to.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.deploy.zookeeper.dir</code></td>
+ <td>/spark_mesos_dispatcher</td>
+ <td>
+ When `spark.deploy.recoveryMode` is set to ZOOKEEPER, this
configuration is used to set the zookeeper directory to store Mesos cluster
dispatcher state for recovery.
+ </td>
+</tr>
--- End diff --
I think the descriptions here are more detailed than the existing ones in
`spark-standalone.md`, so I would use these instead.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]