You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2009/08/18 07:47:14 UTC

[jira] Created: (HADOOP-6198) FileSystem filtering should work on FileStatus rather than Path objects

FileSystem filtering should work on FileStatus rather than Path objects
-----------------------------------------------------------------------

                 Key: HADOOP-6198
                 URL: https://issues.apache.org/jira/browse/HADOOP-6198
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Chris Douglas


There's an avoidable overhead in listing/globbing items with some property (e.g. owned by user foo, only files, files larger than _n_ bytes, etc.). Internally, the Path is extracted from a FileStatus object and passed to the PathFilter; simply passing the FileStatus object would allow one to filter on the information in the status object.

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