mackrorysd commented on a change in pull request #666: HADOOP-16221 add option to fail operation on metadata write failure URL: https://github.com/apache/hadoop/pull/666#discussion_r275995688
########## File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md ########## @@ -183,6 +186,47 @@ removed on `S3AFileSystem` level. </property> ``` +#### Fail on Error + +By default, S3AFileSystem write operations will still succeed when updates to Review comment: Just a note that the recommendation to replace fs.s3a.metadatastore.fail.on.write.error with just failing on write error when auth mode is on has implications for this section. E.g. "By default" -> "In authoritative mode", etc. ---------------------------------------------------------------- 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]
