zhedoubushishi edited a comment on issue #4456:
URL: https://github.com/apache/hudi/issues/4456#issuecomment-1041228841


   I couldn't reproduce this issue, this is the config I used:
   ```
   .option("hoodie.write.concurrency.mode", "optimistic_concurrency_control")
    .option("hoodie.cleaner.policy.failed.writes", "LAZY")
    .option("hoodie.write.lock.provider", 
"org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider")
    .option("hoodie.write.lock.dynamodb.table", "hudi")
    .option("hoodie.write.lock.dynamodb.partition_key", tableName)
   .option("hoodie.write.lock.dynamodb.endpoint_url", 
"dynamodb.us-west-2.amazonaws.com")
    .option("hoodie.write.lock.dynamodb.region", "us-west-2")
   ```
   
   I didn't create the dynamoDB table in advance.


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to