Description
the swift:// filesystem checks for and rejects create() calls over an existing file if overwrite = false, but it throws a custom exception. SwiftPathExistsException
If it threw a org.apache.hadoop.fs.FileAlreadyExistsException it would match HDFS
Attachments
Attachments
Issue Links
- is part of
-
HADOOP-9361 Strictly define the expected behavior of filesystem APIs and write tests to verify compliance
- Closed