vanzin commented on a change in pull request #26433: [SPARK-29771][K8S] Add configure to limit executor failures URL: https://github.com/apache/spark/pull/26433#discussion_r347006080
########## File path: docs/running-on-kubernetes.md ########## @@ -1073,6 +1073,13 @@ See the [configuration page](configuration.html) for information on Spark config Specify whether executor pods should be deleted in case of failure or normal termination. </td> </tr> +<tr> + <td><code>spark.kubernetes.max.executor.failures</code></td> + <td>numExecutors * 2, with minimum of 3</td> Review comment: "numExecutors" doesn't really mean anything when you have dynamic allocation on. ---------------------------------------------------------------- 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]
