We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7152d5 commit 79b9e27Copy full SHA for 79b9e27
website/docs/concurrency_control.md
@@ -67,6 +67,21 @@ Following are the basic configs required to setup this lock provider:
67
68
`The HiveMetastore URI's are picked up from the hadoop configuration file loaded during runtime.`
69
70
+:::note
71
+Zookeeper is required for HMS lock provider. Users can set the zookeeper configs for Hive using Hudi
72
+
73
+```properties
74
+hoodie.write.lock.zookeeper.url
75
+hoodie.write.lock.zookeeper.port
76
+```
77
+or via Hive config for Hive Metastore (HMS)
78
79
80
+hive.zookeeper.quorum
81
+hive.zookeeper.client.port
82
83
+:::
84
85
#### Amazon DynamoDB based
86
```
87
hoodie.write.lock.provider=org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider
0 commit comments