pan3793 commented on code in PR #40774:
URL: https://github.com/apache/spark/pull/40774#discussion_r1165306183


##########
docs/core-migration-guide.md:
##########
@@ -22,6 +22,12 @@ license: |
 * Table of contents
 {:toc}
 
+## Upgrading from Core 3.4 to 3.5
+
+- Since Spark 3.5, `spark.yarn.max.executor.failures` is deprecated though 
still works. Use `spark.executor.maxNumFailures` instead.

Review Comment:
   Most are no, only one 
   ```
   In Spark 3.2, `spark.launcher.childConectionTimeout` is deprecated (typo) 
though still works. Use `spark.launcher.childConnectionTimeout` instead.
   ```
   
   based on this fact, I'm going to remove it



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

Reply via email to