holdenk commented on code in PR #58696: URL: https://github.com/apache/spark/pull/58696#discussion_r4055440242
########## docs/core-migration-guide.md: ########## @@ -24,6 +24,8 @@ license: | ## Upgrading from Core 4.2 to 4.3 +- Since Spark 4.3, standalone deployments now only forward SPARK_* environment variables by default. If you need to forward additional environment variables set `spark.standalone.submit.filterEnvironment` to `true`. Review Comment: off my bad, thanks. -- 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]
