[
https://issues.apache.org/jira/browse/HADOOP-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564934#action_12564934
]
Hairong Kuang commented on HADOOP-2754:
---------------------------------------
I thought listStatus(Path, PathFilter) did not do the composing either. But
actually listStatus(Path, PathFilter) works right. It calls listStatus(Path),
which already applies the default filter, then applies the user-provided filter.
> 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.