You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
and the hadoop-aws code tries to delete the "fake" directory test_run123/ it ends up deleting foo.bar. The real S3 SDK leaves the foo.bar file alone, and only tries to delete the "fake" directory, which should be expected behavior for this tool.
The text was updated successfully, but these errors were encountered:
MileanCo
changed the title
Deleting "fake" directories
[Bug] Deleting "fake" directories
Apr 25, 2019
When deleting fake directories that tools like Hadoop create, this tool ends up deleting the entire directory even if not empty... See this https://issues.apache.org/jira/browse/HADOOP-13230
For example, if I have:
test_run123/foo.bar
and the hadoop-aws code tries to delete the "fake" directory test_run123/ it ends up deleting foo.bar. The real S3 SDK leaves the foo.bar file alone, and only tries to delete the "fake" directory, which should be expected behavior for this tool.
The text was updated successfully, but these errors were encountered: