dongjoon-hyun commented on code in PR #43863: URL: https://github.com/apache/spark/pull/43863#discussion_r1397998451
########## docs/core-migration-guide.md: ########## @@ -32,6 +32,12 @@ license: | - In Spark 4.0, support for Apache Mesos as a resource manager was removed. +## Upgrading from Core 3.4 to 3.5 + +- Since Spark 3.5, `spark.yarn.executor.failuresValidityInterval` is deprecated though still works. Use `spark.executor.failuresValidityInterval` instead. + +- Since Spark 3.5, `spark.yarn.max.executor.failures` is deprecated though still works. Use `spark.executor.maxNumFailures` instead. Review Comment: ditto. `deprecated` means it's still working. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
