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 82ec28f  YARN-10396. Max applications calculation per queue disregards 
queue level settings in absolute mode. Contributed by Benjamin Teke.
     add dd013f2  HDFS-15533: Provide DFS API compatible class, but use 
ViewFileSystemOverloadScheme inside. (#2229). Contributed by Uma Maheswara Rao 
G.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/fs/FsConstants.java     |    1 -
 .../org/apache/hadoop/fs/viewfs/InodeTree.java     |    7 +-
 .../apache/hadoop/fs/viewfs/ViewFileSystem.java    |   11 +-
 .../fs/viewfs/ViewFileSystemOverloadScheme.java    |   75 +-
 .../apache/hadoop/hdfs/DistributedFileSystem.java  |   14 +-
 .../hadoop/hdfs/ViewDistributedFileSystem.java     | 2307 ++++++++++++++++++++
 .../hadoop/hdfs/server/namenode/NameNode.java      |    6 -
 ...FSOverloadSchemeWithMountTableConfigInHDFS.java |    4 +-
 ...ViewFileSystemOverloadSchemeWithHdfsScheme.java |  142 +-
 .../hadoop/hdfs/TestDistributedFileSystem.java     |   30 +-
 .../hadoop/hdfs/TestViewDistributedFileSystem.java |   47 +
 .../TestViewDistributedFileSystemContract.java}    |   73 +-
 ...estViewDistributedFileSystemWithMountLinks.java |   64 +
 .../hdfs/server/namenode/TestCacheDirectives.java  |   27 +-
 .../namenode/TestCacheDirectivesWithViewDFS.java   |   56 +
 15 files changed, 2717 insertions(+), 147 deletions(-)
 create mode 100644 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/ViewDistributedFileSystem.java
 create mode 100644 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestViewDistributedFileSystem.java
 copy 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/{fs/viewfs/TestViewFileSystemOverloadSchemeHdfsFileSystemContract.java
 => hdfs/TestViewDistributedFileSystemContract.java} (54%)
 create mode 100644 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestViewDistributedFileSystemWithMountLinks.java
 create mode 100644 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestCacheDirectivesWithViewDFS.java


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to