Skip to content

Commit 79b9e27

Browse files
changes to existing HMS settings
1 parent f7152d5 commit 79b9e27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/docs/concurrency_control.md

+15
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@ Following are the basic configs required to setup this lock provider:
6767

6868
`The HiveMetastore URI's are picked up from the hadoop configuration file loaded during runtime.`
6969

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+
```properties
80+
hive.zookeeper.quorum
81+
hive.zookeeper.client.port
82+
```
83+
:::
84+
7085
#### Amazon DynamoDB based
7186
```
7287
hoodie.write.lock.provider=org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider

0 commit comments

Comments
 (0)