[ 
https://issues.apache.org/jira/browse/HDDS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687320#comment-16687320
 ] 

Hudson commented on HDDS-819:
-----------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15428 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/15428/])
HDDS-819. Match OzoneFileSystem behavior with S3AFileSystem. Contributed (arp: 
rev bac8807c8b7abb4864aed921585f6e6fc5e9cd5c)
* (edit) 
hadoop-ozone/ozonefs/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFileSystem.java
* (edit) 
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java


> Match OzoneFileSystem behavior with S3AFileSystem
> -------------------------------------------------
>
>                 Key: HDDS-819
>                 URL: https://issues.apache.org/jira/browse/HDDS-819
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Filesystem
>            Reporter: Hanisha Koneru
>            Assignee: Hanisha Koneru
>            Priority: Major
>             Fix For: 0.4.0
>
>         Attachments: HDDS-819.001.patch, HDDS-819.002.patch, 
> HDDS-819.003.patch
>
>
> To match the behavior of o3fs with that of the S3AFileSystem, following 
> changes need to be made to OzoneFileSystem.
>  # When creating files, we should add only 1 key. Keys corresponding to the 
> parent directories should not be created.
>  # {{GetFileStatus}} should return the status for fake directories 
> (directories which do not actually exist as a key but there exists a key 
> which is a child of this directory). For example, if there exists a key 
> _/dir1/dir2/file2_, {{GetFileStatus("/dir1/")}} should return _/dir1/_ as a 
> directory.
>  # {{ListStatus}} on a directory should list fake sub-directories also along 
> with files.
>  # {\{ListStatus}} on a directory should also files and sub-directories with 
> the same name.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to