[
https://issues.apache.org/jira/browse/HADOOP-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564473#action_12564473
]
Hairong Kuang commented on HADOOP-2754:
---------------------------------------
I believe that this is a regression from release 0.14 when eliminating .crc
files in dfs. The default path filter in FileSystem was changed from filtering
.crc files to be accepting any files. The ChecksumFileSystem's default filter
should still filter .crc files.
> 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
> Reporter: Amareshwari Sri Ramadasu
> Assignee: Hairong Kuang
> Fix For: 0.16.1
>
>
> 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.