Skip to content

Commit

Permalink
[DOC] Changes to Hive Metastore-based distributed locking in the Conc…
Browse files Browse the repository at this point in the history
…urrency control doc (#12717)
  • Loading branch information
dipankarmazumdar authored Jan 27, 2025
1 parent f7152d5 commit dc74fef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/docs/concurrency_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc74fef

Please sign in to comment.