Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
0.10.1
-
None
-
None
Description
The SequenceFile constructors accept a FileSystem, Path and Configuration. The FileSystem is redundant, as the combination of the Configuration and the Path determine the FileSystem. These methods should thus be deprecated and replaced by FileSystem-less versions.
Attachments
Issue Links
- duplicates
-
HADOOP-6856 SequenceFile and MapFile need cleanup to remove redundant constructors
- Closed