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 GitBox <gi...@apache.org> on 2019/03/22 10:04:39 UTC

[GitHub] [hadoop] lokeshj1703 opened a new pull request #636: HADOOP-16201: S3AFileSystem#innerMkdirs builds needless lists

lokeshj1703 opened a new pull request #636: HADOOP-16201: S3AFileSystem#innerMkdirs builds needless lists
URL: https://github.com/apache/hadoop/pull/636
 
 
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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