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

Sharad Agarwal updated HADOOP-4188:
-----------------------------------

    Attachment: 4188_v2.patch

changes from the last patch:
- fixed statistics for LocalFileSystem. LocalFileSystem wraps 
RawLocalFileSystem. Statistics gets updated for only RawLocalFileSystem. 
LocalFileSystem#statistics should return the statistics object from 
RawLocalFileSystem. For this I have set the statistics in FilterFileSystem to 
the wrapped FileSystem's statistics.
- deprecated FileSytem#getStatistics(Class<? extends FileSystem> cls)

> Remove Task's dependency on concrete file systems
> -------------------------------------------------
>
>                 Key: HADOOP-4188
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4188
>             Project: Hadoop Core
>          Issue Type: Sub-task
>            Reporter: Tom White
>            Assignee: Sharad Agarwal
>         Attachments: 4188_v1.patch, 4188_v2.patch
>
>


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

Reply via email to