You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gabor Bota (JIRA)" <ji...@apache.org> on 2019/03/20 10:09:00 UTC

[jira] [Comment Edited] (HADOOP-16201) S3AFileSystem#innerMkdirs does not create parent directories; builds needless lists

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

Gabor Bota edited comment on HADOOP-16201 at 3/20/19 10:08 AM:
---------------------------------------------------------------

Thanks [~stevel@apache.org] for clarifying this. 
 [~ljain] if you provide a pr, I'm happy to review.


was (Author: gabor.bota):
Thanks [~stevel@apache.org] for clarifying this. 
 [~ljain] if you provider a pr, I'm happy to review.

> S3AFileSystem#innerMkdirs does not create parent directories; builds needless lists
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-16201
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16201
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Lokesh Jain
>            Assignee: Lokesh Jain
>            Priority: Minor
>
> 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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org