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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/05/26 21:13:12 UTC

[jira] [Updated] (HADOOP-13207) Specify FileSystem listStatus and listFiles

     [ https://issues.apache.org/jira/browse/HADOOP-13207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran updated HADOOP-13207:
------------------------------------
    Attachment: HADOOP-13207-branch-2-001.patch

Patch 001; no proofreading. Covers listStatus, listFiles. Avoids globStatus and intends to stay that way.

No tests; there some against localFS, a couple in Swift I recall writing in a hurry. They can be added to a new AbstractListOperations contract test.

As most implementations of the more complex ones (iterators, aggregators) defer to the baseline ones, even the object stores *should* work; I'll just need to spin waiting for the directory creations to become visible

> Specify FileSystem listStatus and listFiles
> -------------------------------------------
>
>                 Key: HADOOP-13207
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13207
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: documentation, fs
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>         Attachments: HADOOP-13207-branch-2-001.patch
>
>
> The many `listStatus`, `listLocatedStatus` and `listFiles` operations have not been completely covered in the FS specification. There's lots of implicit use of {{listStatus()}} path, but no coverage or tests of the others.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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