steveloughran opened a new pull request #2262: URL: https://github.com/apache/hadoop/pull/2262
This backports the listing-side changes of HADOOP-13230. With this patch in, this branch of Hadoop is compatible with S3A clients which do not delete directory markers when files are created underneath. It does not allow this version to disable marker deletion; if the fs.s3a.marker.retention option is changed to request this, a message is printed at INFO and the policy remains at "delete" The s3guard bucket-info command has been extended to support probing for marker retention, as has the hasPathCapability method on S3AFileSystem. Read the documentation! Contributed by Steve Loughran. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
