Details
Description
RawLocalFileSystem#rename contains fallback logic to provide POSIX rename behavior on platforms where java.io.File#renameTo fails. The method returns early if java.io.File#renameTo succeeds, so test runs may not cover the fallback logic depending on the platform.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-13082 RawLocalFileSystem does not fail when moving file to a non-existing directory
- Resolved
- relates to
-
HADOOP-9507 LocalFileSystem rename() is broken in some cases when destination exists
- Closed