You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by si...@apache.org on 2020/06/16 19:30:14 UTC

[hadoop-ozone] 01/01: Merge branch 'HDDS-2665-ofs'

This is an automated email from the ASF dual-hosted git repository.

siyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 75de083834a7ff611de9d0885a62cdbebc295f63
Merge: c5b0ba6 2eb3181
Author: Siyao Meng <sm...@cloudera.com>
AuthorDate: Tue Jun 16 12:20:40 2020 -0700

    Merge branch 'HDDS-2665-ofs'

 .../java/org/apache/hadoop/ozone/OzoneConsts.java  |   1 +
 .../dist/src/main/compose/ozone/docker-config      |   2 +
 .../src/main/compose/ozonesecure/docker-config     |   1 +
 .../dist/src/main/smoketest/ozonefs/ozonefs.robot  | 119 +--
 .../hadoop/fs/ozone/TestRootedOzoneFileSystem.java | 874 ++++++++++++++++++++
 .../rooted/ITestRootedOzoneContractCreate.java     |  49 ++
 .../rooted/ITestRootedOzoneContractDelete.java     |  49 ++
 .../rooted/ITestRootedOzoneContractDistCp.java     |  51 ++
 .../ITestRootedOzoneContractGetFileStatus.java     |  55 ++
 .../rooted/ITestRootedOzoneContractMkdir.java      |  49 ++
 .../rooted/ITestRootedOzoneContractOpen.java       |  48 ++
 .../rooted/ITestRootedOzoneContractRename.java     |  50 ++
 .../rooted/ITestRootedOzoneContractRootDir.java    |  61 ++
 .../rooted/ITestRootedOzoneContractSeek.java       |  48 ++
 .../ozone/contract/rooted/RootedOzoneContract.java | 124 +++
 .../hadoop/ozone/shell/TestOzoneShellHA.java       |  89 ++
 .../fs/ozone/BasicOzoneClientAdapterImpl.java      |   5 +
 .../hadoop/fs/ozone/BasicOzoneFileSystem.java      |   7 +
 .../ozone/BasicRootedOzoneClientAdapterImpl.java   | 899 +++++++++++++++++++++
 ...System.java => BasicRootedOzoneFileSystem.java} | 320 +++++---
 .../java/org/apache/hadoop/fs/ozone/OFSPath.java   | 311 +++++++
 .../apache/hadoop/fs/ozone/OzoneClientAdapter.java |   3 +
 .../fs/ozone/RootedOzoneClientAdapterImpl.java     |  61 ++
 .../org/apache/hadoop/fs/ozone/TestOFSPath.java    | 154 ++++
 .../hadoop/fs/ozone/RootedOzoneFileSystem.java     |  25 +
 .../hadoop/fs/ozone/RootedOzoneFileSystem.java     |  95 +++
 .../hadoop/fs/ozone/RootedOzoneFileSystem.java     |  95 +++
 27 files changed, 3473 insertions(+), 172 deletions(-)



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org