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

    https://github.com/apache/spark/pull/10057#discussion_r48191846
  
    --- Diff: docs/spark-standalone.md ---
    @@ -341,23 +341,8 @@ Learn more about getting started with ZooKeeper 
[here](http://zookeeper.apache.o
     
     **Configuration**
     
    -In order to enable this recovery mode, you can set SPARK_DAEMON_JAVA_OPTS 
in spark-env using this configuration:
    -
    -<table class="table">
    -  <tr><th style="width:21%">System property</th><th>Meaning</th></tr>
    -  <tr>
    -    <td><code>spark.deploy.recoveryMode</code></td>
    -    <td>Set to ZOOKEEPER to enable standby Master recovery mode (default: 
NONE).</td>
    -  </tr>
    -  <tr>
    -    <td><code>spark.deploy.zookeeper.url</code></td>
    -    <td>The ZooKeeper cluster url (e.g., 
192.168.1.100:2181,192.168.1.101:2181).</td>
    -  </tr>
    -  <tr>
    -    <td><code>spark.deploy.zookeeper.dir</code></td>
    -    <td>The directory in ZooKeeper to store recovery state (default: 
/spark).</td>
    -  </tr>
    -</table>
    +In order to enable this recovery mode, you can set SPARK_DAEMON_JAVA_OPTS 
in spark-env by configuring `spark.deploy.recoveryMode` and related 
spark.deploy.zookeeper.* configurations.
    +For more information about these configurations please refer to the 
configurations (doc)[configurations.html#deploy]
    --- End diff --
    
    we should also briefly mention this in the `running-on-mesos.md` docs right?


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