beliefer commented on a change in pull request #28064: [SPARK-31295][DOC]
Supplement version for configuration appear in doc
URL: https://github.com/apache/spark/pull/28064#discussion_r399731767
##########
File path: docs/spark-standalone.md
##########
@@ -490,14 +499,16 @@ ZooKeeper is the best way to go for production-level
high availability, but if y
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><th style="width:21%">System property</th><th>Meaning</th><th>Since
Version</th></tr>
<tr>
<td><code>spark.deploy.recoveryMode</code></td>
<td>Set to FILESYSTEM to enable single-node recovery mode (default:
NONE).</td>
+ <td>0.8.1</td>
</tr>
<tr>
<td><code>spark.deploy.recoveryDirectory</code></td>
<td>The directory in which Spark will store recovery state, accessible
from the Master's perspective.</td>
+ <td>0.8.1</td>
Review comment:
No JIRA ID, commit ID:
d66c01f2b6defb3db6c1be99523b734a4d960532#diff-29dffdccd5a7f4c8b496c293e87c8668
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]