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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2010/07/22 00:33:49 UTC

[jira] Created: (HADOOP-6872) ChecksumFs#listStatus should filter out .crc files

ChecksumFs#listStatus should filter out .crc files
--------------------------------------------------

                 Key: HADOOP-6872
                 URL: https://issues.apache.org/jira/browse/HADOOP-6872
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.21.0
            Reporter: Hairong Kuang
             Fix For: 0.22.0


Currently ChecksumFs#listStatus listing not only regular files but also .crc files. Crc files should be filtered out.

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


[jira] Commented: (HADOOP-6872) ChecksumFs#listStatus should filter out .crc files

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12898064#action_12898064 ] 

Vinod K V commented on HADOOP-6872:
-----------------------------------

I incorporated this as part of HADOOP-6906, the patch is up for review there. Can I close this as a duplicate?

> ChecksumFs#listStatus should filter out .crc files
> --------------------------------------------------
>
>                 Key: HADOOP-6872
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6872
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0
>            Reporter: Hairong Kuang
>             Fix For: 0.22.0
>
>
> Currently ChecksumFs#listStatus listing not only regular files but also .crc files. Crc files should be filtered out.

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


[jira] Commented: (HADOOP-6872) ChecksumFs#listStatus should filter out .crc files

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897816#action_12897816 ] 

Hairong Kuang commented on HADOOP-6872:
---------------------------------------

Are you sure? I do not see any code in ChecksumFs that filter out .crc files. Did you look at ChecksumFileSystem?

> ChecksumFs#listStatus should filter out .crc files
> --------------------------------------------------
>
>                 Key: HADOOP-6872
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6872
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0
>            Reporter: Hairong Kuang
>             Fix For: 0.22.0
>
>
> Currently ChecksumFs#listStatus listing not only regular files but also .crc files. Crc files should be filtered out.

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


[jira] Commented: (HADOOP-6872) ChecksumFs#listStatus should filter out .crc files

Posted by "Bern Hassmo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897801#action_12897801 ] 

Bern Hassmo commented on HADOOP-6872:
-------------------------------------

This is fixed, at least in trunk.

> ChecksumFs#listStatus should filter out .crc files
> --------------------------------------------------
>
>                 Key: HADOOP-6872
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6872
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0
>            Reporter: Hairong Kuang
>             Fix For: 0.22.0
>
>
> Currently ChecksumFs#listStatus listing not only regular files but also .crc files. Crc files should be filtered out.

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


[jira] Commented: (HADOOP-6872) ChecksumFs#listStatus should filter out .crc files

Posted by "Bern Hassmo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897827#action_12897827 ] 

Bern Hassmo commented on HADOOP-6872:
-------------------------------------

Yes, I looked at ChecksumFileSystem. Sorry, didn't notice the subtle difference. I'll have a look at ChecksumFs instead.

> ChecksumFs#listStatus should filter out .crc files
> --------------------------------------------------
>
>                 Key: HADOOP-6872
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6872
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0
>            Reporter: Hairong Kuang
>             Fix For: 0.22.0
>
>
> Currently ChecksumFs#listStatus listing not only regular files but also .crc files. Crc files should be filtered out.

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