You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinay (Jira)" <ji...@apache.org> on 2021/06/15 12:51:00 UTC

[jira] [Created] (HUDI-2020) Add Concurrency based configs to Write Configs

Vinay created HUDI-2020:
---------------------------

             Summary: Add Concurrency based configs to Write Configs
                 Key: HUDI-2020
                 URL: https://issues.apache.org/jira/browse/HUDI-2020
             Project: Apache Hudi
          Issue Type: Improvement
          Components: Writer Core
            Reporter: Vinay
            Assignee: Vinay


Some of the configs mentioned here - [https://hudi.apache.org/docs/concurrency_control.html#enabling-multi-writing] are not present in any class. 

 

We should add this to HoodieWriteConfig class. Following configs are to be added
{code:java}
hoodie.write.lock.provider
hoodie.write.lock.zookeeper.url
hoodie.write.lock.zookeeper.port
hoodie.write.lock.zookeeper.lock_key
hoodie.write.lock.zookeeper.base_path

hoodie.write.lock.hivemetastore.database
hoodie.write.lock.hivemetastore.table
{code}
`



--
This message was sent by Atlassian Jira
(v8.3.4#803005)