SequenceFile constructors should not accept a FileSystem parameter
------------------------------------------------------------------

                 Key: HADOOP-888
                 URL: https://issues.apache.org/jira/browse/HADOOP-888
             Project: Hadoop
          Issue Type: Improvement
          Components: io
    Affects Versions: 0.10.1
            Reporter: Doug Cutting
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to