Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
There is a missing deleteTempFile(tempPath);
tempPath = new Path(directoryPath, getTemporaryFileName(actualPath)); if (!uploadFile(actualPath, tempPath)) { LOG.warn("Could not copy the file to the shared cache at " + tempPath); return false; }
Attachments
Attachments
Issue Links
- relates to
-
YARN-7282 Shared Cache Phase 2
- Open