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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to