Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-17238 Add ViewFileSystem/InodeTree Mount points Resolution Cache
- Open
- links to
1.
|
Add FileContext based Regex Mountpoint implementation. | Open | Unassigned | |
2.
|
Support Non-Path Based FileSystem API in Regex Mount Points | Open | Unassigned | |
3.
|
Support ChRootedFileSystem level cache for Regex Mount points | Open | Unassigned |