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

Hudson commented on HADOOP-16201:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16263 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16263/])
HADOOP-16201: S3AFileSystem#innerMkdirs builds needless lists (#636) (stevel: 
rev ae2eb2dd4261e5fef964384efd168d9867eb94af)
* (edit) 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java


> S3AFileSystem#innerMkdirs builds needless lists
> -----------------------------------------------
>
>                 Key: HADOOP-16201
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16201
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.2.0
>            Reporter: Lokesh Jain
>            Assignee: Lokesh Jain
>            Priority: Trivial
>             Fix For: 3.3.0
>
>
> S3AFileSystem#innerMkdirs currently does not create parent directories. The 
> code checks for the existence of the parent directories and if they do not 
> exist, it adds them to metadataStoreDirs list. But this list is not used and 
> therefore the parent directories are never created. Only the given directory 
> path is created.



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

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

Reply via email to