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

ASF GitHub Bot commented on HDFS-13948:
---------------------------------------

GitHub user JohnZZGithub opened a pull request:

    https://github.com/apache/hadoop/pull/424

    HDFS-13948: provide Regex Based Mount Point In Inode Tree

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JohnZZGithub/hadoop HDFS-13948

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/424.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #424
    
----
commit 89da5b2a8e866be0336c1bc4971aebead3d88db2
Author: zhenzhaow <zhenzhaow@...>
Date:   2018-10-05T23:28:14Z

    HDFS-13948: provide Regex Based Mount Point In Inode Tree

----


> Provide Regex Based Mount Point In Inode Tree
> ---------------------------------------------
>
>                 Key: HDFS-13948
>                 URL: https://issues.apache.org/jira/browse/HDFS-13948
>             Project: Hadoop HDFS
>          Issue Type: New Feature
>          Components: fs
>            Reporter: zhenzhao wang
>            Assignee: zhenzhao wang
>            Priority: Major
>         Attachments: HDFS-13948.001.patch, HDFS-13948_ Regex Link Type In 
> Mont Table-V0.pdf
>
>
> This jira is created to support regex based mount point in Inode Tree. We 
> noticed that mount point only support fixed target path. However, we might 
> have user cases when target needs to refer some fields from source. e.g. We 
> might want a mapping of /cluster1/user1 => /cluster1-dc1/user-nn-user1, we 
> want to refer `cluster` and `user` field in source to construct target. It's 
> impossible to archive this with current link type. Though we could set 
> one-to-one mapping, the mount table would become bloated if we have thousands 
> of users. Besides, a regex mapping would empower us more flexibility. So we 
> are going to build a regex based mount point which target could refer groups 
> from src regex mapping. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to