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 "Shashikant Banerjee (JIRA)" <ji...@apache.org> on 2018/07/30 07:49:00 UTC

[jira] [Comment Edited] (HADOOP-15637) LocalFs#listLocatedStatus does not filter out hidden .crc files

    [ https://issues.apache.org/jira/browse/HADOOP-15637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561578#comment-16561578 ] 

Shashikant Banerjee edited comment on HADOOP-15637 at 7/30/18 7:48 AM:
-----------------------------------------------------------------------

Thanks [~xkrogen], for reporting and workin on this. I do agree with [~xkrogen], on this. +1 on the patch v0.


was (Author: shashikant):
Thanks [~xkrogen], for reporting and workin on this. I do agree with [~xkrogen], on this. +1.

> LocalFs#listLocatedStatus does not filter out hidden .crc files
> ---------------------------------------------------------------
>
>                 Key: HADOOP-15637
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15637
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.8.0
>            Reporter: Erik Krogen
>            Assignee: Erik Krogen
>            Priority: Minor
>         Attachments: HADOOP-15637.000.patch
>
>
> After HADOOP-7165, {{LocalFs#listLocatedStatus}} incorrectly returns the hidden {{.crc}} files used to store checksum information. This is because HADOOP-7165 implemented {{listLocatedStatus}} on {{FilterFs}}, so the default implementation is no longer used, and {{FilterFs}} directly calls the raw FS since {{listLocatedStatus}} is not defined in {{ChecksumFs}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org