You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2007/01/13 00:21:27 UTC

[jira] Created: (HADOOP-888) SequenceFile constructors should not accept a FileSystem parameter

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