[
https://issues.apache.org/jira/browse/HADOOP-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564915#action_12564915
]
Doug Cutting commented on HADOOP-2754:
--------------------------------------
The attached patch fixes listStatus(Path), but not listStatus(Path, PathFilter).
I also think we should remove all the listPaths() implementations from
ChecksumFileSystem, since the filtering added there is redundant. Once
listStatus() does the right thing, then the default implementations of
listPaths() in FileSystem should work correctly for ChecksumFileSystem.
> Path filter for Local file system list .crc files
> -------------------------------------------------
>
> Key: HADOOP-2754
> URL: https://issues.apache.org/jira/browse/HADOOP-2754
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Reporter: Amareshwari Sri Ramadasu
> Assignee: Hairong Kuang
> Fix For: 0.16.1
>
> Attachments: crc.patch
>
>
> If we write a path filter for local file system, it lists .crc files also.
> If dont pass any filter, it lists paths properly without any .crc files. But
> we write a filter, it does list .crc files also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.