liuml07 commented on a change in pull request #2636:
URL: https://github.com/apache/hadoop/pull/2636#discussion_r562931383
##########
File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/s3guard.md
##########
@@ -55,6 +70,19 @@ It is essential for all clients writing to an S3Guard-enabled
S3 Repository to use the feature. Clients reading the data may work directly
with the S3A data, in which case the normal S3 consistency guarantees apply.
+## Moving off S3Guard
+
+How to move off S3Guard, given it is no longer needed.
+
+1. Unset the option `fs.s3a.metadatastore.impl` globally/for all buckets for
which it
+ was selected.
Review comment:
Would be nice to remind people to delete those S3Guard DynamoDB tables
as provisioned IPOS will still cost money. I think we can also use the s3guard
command line tool to destroy, e.g. `hadoop s3guard destroy
s3a://guarded-table/`.
----------------------------------------------------------------
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]