Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/10057#discussion_r47572581
  
    --- 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 --
    
    note that these configs are already documented in `spark-standalone.md`. I 
would move them to `configuration.md` and say these are only used for 
standalone and mesos HA and use common descriptions for the configs.


---
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]

Reply via email to