tgravescs commented on PR #36207: URL: https://github.com/apache/spark/pull/36207#issuecomment-1177651257
what exception was thrown here that caused the problem? Description should state. This was likely in this order because if you don't unregister with YARN it could retry the application, if the staging directory is gone, that retry will now fail since application jar not there. Since the unregistered failed its possible YARN doesn't know it succeeded so then it could retry and all you could see if missing staging directory and you have to go searching for the real error. I don't see reproduce case or a test here so it would be nice to test this to see what actually happens. -- 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]
