diff --git a/website/docs/concurrency_control.md b/website/docs/concurrency_control.md index bcd3935701021..a25ec8d753034 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