bhasudha commented on code in PR #9372:
URL: https://github.com/apache/hudi/pull/9372#discussion_r1307279080


##########
website/docs/concurrency_control.md:
##########
@@ -162,7 +198,6 @@ inputDF.write.format("hudi")
        .option("hoodie.write.concurrency.mode", 
"optimistic_concurrency_control")
        .option("hoodie.write.lock.zookeeper.url", "zookeeper")
        .option("hoodie.write.lock.zookeeper.port", "2181")
-       .option("hoodie.write.lock.zookeeper.lock_key", "test_table")

Review Comment:
   This assumes a default value of table name and is not a required one. Hense 
removed it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to