This is an automated email from the ASF dual-hosted git repository.
umamahesh pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from 9960c01 HADOOP-17244. S3A directory delete tombstones dir markers
prematurely. (#2280)
add 12a316c HADOOP-15891. provide Regex Based Mount Point In Inode Tree
(#2185). Contributed by Zhenzhao Wang.
No new revisions were added by this update.
Summary of changes:
.../org/apache/hadoop/fs/viewfs/ConfigUtil.java | 22 +
.../org/apache/hadoop/fs/viewfs/Constants.java | 8 +
.../org/apache/hadoop/fs/viewfs/InodeTree.java | 340 ++++++++++-----
.../apache/hadoop/fs/viewfs/RegexMountPoint.java | 289 +++++++++++++
.../fs/viewfs/RegexMountPointInterceptor.java | 70 ++++
.../viewfs/RegexMountPointInterceptorFactory.java | 67 +++
.../fs/viewfs/RegexMountPointInterceptorType.java | 53 +++
...ountPointResolvedDstPathReplaceInterceptor.java | 137 ++++++
.../apache/hadoop/fs/viewfs/ViewFileSystem.java | 55 ++-
.../hadoop/fs/viewfs/TestRegexMountPoint.java | 160 +++++++
.../TestRegexMountPointInterceptorFactory.java | 54 +++
...ountPointResolvedDstPathReplaceInterceptor.java | 101 +++++
.../hadoop-hdfs/src/site/markdown/ViewFs.md | 63 +++
.../fs/viewfs/TestViewFileSystemLinkRegex.java | 462 +++++++++++++++++++++
14 files changed, 1765 insertions(+), 116 deletions(-)
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/RegexMountPoint.java
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/RegexMountPointInterceptor.java
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorFactory.java
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/RegexMountPointInterceptorType.java
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/RegexMountPointResolvedDstPathReplaceInterceptor.java
create mode 100644
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/TestRegexMountPoint.java
create mode 100644
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/TestRegexMountPointInterceptorFactory.java
create mode 100644
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/TestRegexMountPointResolvedDstPathReplaceInterceptor.java
create mode 100644
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/TestViewFileSystemLinkRegex.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]