This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dc74fefbc59 [DOC] Changes to Hive Metastore-based distributed locking
in the Concurrency control doc (#12717)
dc74fefbc59 is described below
commit dc74fefbc59667a5cc39b0e9a9b3bac5f4623b3e
Author: Dipankar Mazumdar <[email protected]>
AuthorDate: Mon Jan 27 15:37:44 2025 -0500
[DOC] Changes to Hive Metastore-based distributed locking in the
Concurrency control doc (#12717)
---
website/docs/concurrency_control.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/website/docs/concurrency_control.md
b/website/docs/concurrency_control.md
index bcd39357010..a25ec8d7530 100644
--- a/website/docs/concurrency_control.md
+++ b/website/docs/concurrency_control.md
@@ -67,6 +67,21 @@ Following are the basic configs required to setup this lock
provider:
`The HiveMetastore URI's are picked up from the hadoop configuration file
loaded during runtime.`
+:::note
+Zookeeper is required for HMS lock provider. Users can set the zookeeper
configs for Hive using Hudi
+
+```properties
+hoodie.write.lock.zookeeper.url
+hoodie.write.lock.zookeeper.port
+```
+or via Hive config for Hive Metastore (HMS)
+
+```properties
+hive.zookeeper.quorum
+hive.zookeeper.client.port
+```
+:::
+
#### Amazon DynamoDB based
```
hoodie.write.lock.provider=org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider