This is an automated email from the ASF dual-hosted git repository.
omalley pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from efe515d HADOOP-18158. Fix failure of create-release script due to
releasedocmaker changes in branch-2.10 (#4055)
new e831f7b HADOOP-13722. Code cleanup -- ViewFileSystem and InodeTree.
Contributed by Manoj Govindassamy.
new 20ff294 HADOOP-12077. Provide a multi-URI replication Inode for
ViewFs. Contributed by Gera Shegalov
new ef8582b HADOOP-13055. Implement linkMergeSlash and linkFallback for
ViewFileSystem
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/hadoop/fs/viewfs/ConfigUtil.java | 95 +-
.../org/apache/hadoop/fs/viewfs/Constants.java | 24 +-
.../org/apache/hadoop/fs/viewfs/InodeTree.java | 573 +++++++++----
.../org/apache/hadoop/fs/viewfs/NflyFSystem.java | 951 +++++++++++++++++++++
.../apache/hadoop/fs/viewfs/ViewFileSystem.java | 132 +--
.../java/org/apache/hadoop/fs/viewfs/ViewFs.java | 21 +-
.../viewfs/TestViewFileSystemLocalFileSystem.java | 77 +-
.../apache/hadoop/fs/viewfs/TestViewFsConfig.java | 37 +-
.../hadoop/fs/viewfs/ViewFileSystemBaseTest.java | 4 +-
.../hadoop-hdfs/src/site/markdown/ViewFs.md | 44 +-
.../hadoop/fs/viewfs/TestViewFileSystemHdfs.java | 147 +++-
.../fs/viewfs/TestViewFileSystemLinkFallback.java | 264 ++++++
.../viewfs/TestViewFileSystemLinkMergeSlash.java | 234 +++++
13 files changed, 2333 insertions(+), 270 deletions(-)
create mode 100644
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/NflyFSystem.java
create mode 100644
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/TestViewFileSystemLinkFallback.java
create mode 100644
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/viewfs/TestViewFileSystemLinkMergeSlash.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]