steveloughran opened a new pull request #2269: URL: https://github.com/apache/hadoop/pull/2269
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! ------ This is java 7 language and (hopefully) classes; testing with/without s3guard in progress. note: listing is v1 API only, with all logic in S3AFS itself. Left as is. ---------------------------------------------------------------- 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]
