Details
Description
Object stores can get into trouble in ways which an FS would never, do, ways so obvious we've never done tests for them. We know what the problems are: test for file and dir creation directly/indirectly under other files
- mkdir(file/file)
- mkdir(file/subdir)
- dir under file/subdir/subdir
- dir/dir2/file, verify dir & dir2 exist
- dir/dir2/dir3, verify dir & dir2 exist
- rename(src, file/dest)
- rename(src, file/dir/dest)
Attachments
Attachments
Issue Links
- incorporates
-
HDFS-12101 DFSClient.rename() to unwrap ParentNotDirectoryException; define policy for renames under a file
- Resolved
- is depended upon by
-
HADOOP-16829 Über-jira: S3A Hadoop 3.3.1 features
- Resolved
- is related to
-
DRILL-5733 Unable to SELECT from parquet file with Hadoop 2.7.4
- Resolved
- relates to
-
HADOOP-14457 create() does not notify metadataStore of parent directories or ensure they're not existing files
- Resolved
-
HADOOP-16911 S3A mkdirs to indicate which parent path element refers to a file
- Resolved
- links to