You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (Updated) (JIRA)" <ji...@apache.org> on 2011/12/09 22:51:40 UTC

[jira] [Updated] (HADOOP-6446) Deprecate FileSystem

     [ https://issues.apache.org/jira/browse/HADOOP-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-6446:
--------------------------------

    Component/s: fs
    Description: 
Here's a jira to track deprecating FileSystem. There are two high-level tasks:

1. Moving clients in common and mapreduce onto FileContext. I think this is currently blocked on HADOOP-6356 and HADOOP-6361. Anything else preventing them from being moved over? Any clients we could move over today?

2. Moving file system implementations onto AbstractFileSystem. Currently Hdfs and FilterFS (and local and checksum) extend AFS. RawLocalFileSystem uses the delegator. S3, ftp and others need to be moved over. Don't think there's anything blocking this stuff.

3. Stabilize FileContext

  was:
Here's a jira to track removing FileSystem. There are two high-level tasks:

1. Moving clients in common and mapreduce onto FileContext. I think this is currently blocked on HADOOP-6356 and HADOOP-6361. Anything else preventing them from being moved over? Any clients we could move over today?

2. Moving file system implementations onto AbstractFileSystem. Currently Hdfs and FilterFS (and local and checksum) extend AFS. RawLocalFileSystem uses the delegator. S3, ftp and others need to be moved over. Don't think there's anything blocking this stuff.

In the mean time should we mark FileSystem as deprecated? Is 23 a reasonable time frame for moving everyone off FileSystem? Seems like we want to remove FileSystem before 1.0.

        Summary: Deprecate FileSystem  (was: Removing FileSystem)
    
> Deprecate FileSystem
> --------------------
>
>                 Key: HADOOP-6446
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6446
>             Project: Hadoop Common
>          Issue Type: Task
>          Components: fs
>            Reporter: Eli Collins
>
> Here's a jira to track deprecating FileSystem. There are two high-level tasks:
> 1. Moving clients in common and mapreduce onto FileContext. I think this is currently blocked on HADOOP-6356 and HADOOP-6361. Anything else preventing them from being moved over? Any clients we could move over today?
> 2. Moving file system implementations onto AbstractFileSystem. Currently Hdfs and FilterFS (and local and checksum) extend AFS. RawLocalFileSystem uses the delegator. S3, ftp and others need to be moved over. Don't think there's anything blocking this stuff.
> 3. Stabilize FileContext

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