steveloughran commented on PR #3289: URL: https://github.com/apache/hadoop/pull/3289#issuecomment-1149976245
@Sam-Kramer you ask a good question. know that you can create a file under a file *today*, but nobody has ever noticed. This is probably because `mkdirs()` does the check, and most code creates the destination directory before the files. They don't need to and if you try hard you can get in a mess. the cloudstore [listobjects](https://github.com/steveloughran/cloudstore#command-listobjects) command exists to get the untainted view of a store and is how we debug such things on the odd occasion when they surface. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
