Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.21.0
-
None
-
None
-
Incompatible change, Reviewed
-
Deprecate o.a.h.mapred.FileAlreadyExistsException and replace it with o.a.h.fs.FileAlreadyExistsException.
Description
We should use org.apache.hadoop.fs.FileAlreadyExistsException instead of org.apache.hadoop.mapred.FileAlreadyExistsException.
Mapred's one should be deprecated.
Attachments
Attachments
Issue Links
- is cloned by
-
MAPREDUCE-6814 mapred's FileAlreadyExistsException should be deprecated in favor of hadoop-common's one.
- Open
- is part of
-
HDFS-303 Make contracts of LocalFileSystem and DistributedFileSystem consistent
- Resolved