You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2010/01/23 00:58:21 UTC

[jira] Created: (HDFS-914) Refactor DFSOutputStream and DFSInputStream out of DFSClient

Refactor DFSOutputStream and DFSInputStream out of DFSClient
------------------------------------------------------------

                 Key: HDFS-914
                 URL: https://issues.apache.org/jira/browse/HDFS-914
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs client
    Affects Versions: 0.22.0
            Reporter: Todd Lipcon


I'd like to propose refactoring DFSClient to extract DFSOutputStream and DFSInputStream into a new org.apache.hadoop.hdfs.client package. DFSClient has become unmanageably large, containing 8 inner classes.and approaching 4kloc. Factoring out the non-static inner classes will also make them easier to test in isolation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.