Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/1282#discussion_r14614205
--- Diff: docs/running-on-yarn.md ---
@@ -55,9 +55,10 @@ Most of the configs are the same for Spark on YARN as
for other deployment modes
</tr>
<tr>
<td><code>spark.yarn.max.executor.failures</code></td>
- <td>2*numExecutors</td>
+ <td>numExecutors * 2, with minimum of 3</td>
<td>
- The maximum number of executor failures before failing the application.
+ It's the same to <code>spark.yarn.max.worker.failures</code>,
--- End diff --
we haven't been listing deprecated configs as we don't want people to
continue to use them.
It would be nice if we had somewhere people could go to see the list of
deprecated configs and new mappings though. But that is a separate jira.
---
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.
---