zhedoubushishi commented on a change in pull request #4087:
URL: https://github.com/apache/hudi/pull/4087#discussion_r756409419
##########
File path: website/docs/concurrency_control.md
##########
@@ -69,6 +69,17 @@ hoodie.write.lock.hivemetastore.table
`The HiveMetastore URI's are picked up from the hadoop configuration file
loaded during runtime.`
+**`AWS DynamoDB`** based lock provider
+
+AWS DynamoDB based lock provides a simple way to support multi writing across
different clusters
+
+```
+hoodie.write.lock.provider=org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider
+hoodie.write.lock.dynamodb.table
+hoodie.write.lock.dynamodb.partition_key
+hoodie.write.lock.dynamodb.region
+```
Review comment:
Make sense, added.
--
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]