Arnaud-Nauwynck opened a new pull request, #49247: URL: https://github.com/apache/spark/pull/49247
see [https://issues.apache.org/jira/browse/SPARK-50628](https://issues.apache.org/jira/browse/SPARK-50628) spark stop failed to delete temp dir when running spark-submit on Windows with local[*] mode By adding at the end of Executor stop() method the line {noformat} private[spark] class Executor { def stop(): Unit = { ... defaultSessionState.urlClassLoader.close(); // see [SPARK-50628] } {noformat} .. it solves the error (which occurs only on windows in "spark-submit --master local[*]" mode). -- 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]
