shrprasa commented on PR #40363: URL: https://github.com/apache/spark/pull/40363#issuecomment-1490831779
@thousandhu @dongjoon-hyun @holdenk The approach in this PR only handles the cleanup on driver side. It won't clean up the files if files were uploaded during job submission but then submission fails due to some reason. As in this driver won't be launched and clean up will not happen. This Jira SPARK-42744 is duplicate of SPARK-42466. I had already created PR for this issue which handles cleanup on both driver as well client side in case of app submission failure. Other than this it also optimises the file upload by creating just one upload sub directory rather than created several sub - directories for each file getting uploaded. https://github.com/apache/spark/pull/40128 -- 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]
