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 "Da Zhou (JIRA)" <ji...@apache.org> on 2018/11/29 02:32:00 UTC

[jira] [Commented] (HADOOP-15957) WASB: Add asterisk wildcard support for PageBlobDirSet

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

Da Zhou commented on HADOOP-15957:
----------------------------------

Submitting 001 patch, it adds support for single asterisk symbol *
 match, and also adds support for files name match.

All wasb tests passed.
 Tests run: 245, Failures: 0, Errors: 0, Skipped: 11
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 620, Failures: 0, Errors: 0, Skipped: 66
 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

 

> WASB: Add asterisk wildcard support for PageBlobDirSet
> ------------------------------------------------------
>
>                 Key: HADOOP-15957
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15957
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/azure
>    Affects Versions: 3.2.0
>            Reporter: Da Zhou
>            Assignee: Da Zhou
>            Priority: Major
>         Attachments: HADOOP-15957-001.patch
>
>
> In WASB, property "*fs.azure.page.blob.dir*" only support literal directory name.
> We need to add support for wildcard '*' to represent for any directory name.
> For example, the following pattern should be supported:
> {code:java}
> /dir1/dir2 
> /dir1/*/dir3
> /dir1/*/*/dir4
> /dir1/*/*/file
> {code}



--
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