Description
When we run applications on YARN with cluster mode, uploaded resources on .sparkStaging directory can't be cleaned up in case of failure of uploading local resources.
You can see this issue by running following command.
bin/spark-submit --master yarn --deploy-mode cluster --class <someClassName> <non-existing-jar>
Attachments
Issue Links
- is duplicated by
-
SPARK-7439 Should delete temporary local directories
- Resolved
- is related to
-
SPARK-7705 Cleanup of .sparkStaging directory fails if application is killed
- Resolved
- links to