You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/25 05:21:55 UTC

[GitHub] [hudi] mainamit commented on issue #4456: [SUPPORT] MultiWriter w/ DynamoDB - Unable to acquire lock, lock object null

mainamit commented on issue #4456:
URL: https://github.com/apache/hudi/issues/4456#issuecomment-1020823078


   I am facing same issue, created a dynamo DB table with a single column as per below config where dynamo DB table and partition key is being passed when writing the data.
   So are you suggesting just passing the table name and it will be created and we don't have to specify partition key
   
       #'hoodie.write.concurrency.mode' : 'optimistic_concurrency_control',
       #'hoodie.cleaner.policy.failed.writes' : 'LAZY',
       ##'hoodie.write.lock.provider' : 'org.apache.hudi.hive.HiveMetastoreBasedLockProvider',
       #'hoodie.write.lock.provider' : 'org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider',
           #'hoodie.write.lock.hivemetastore.database' : 'test_db',
           #'hoodie.write.lock.hivemetastore.table' : new_table_name,
           #'hoodie.write.lock.dynamodb.table' : 'dynamo_db_table',
           #'hoodie.write.lock.dynamodb.partition_key' : 'tablename',
           #'hoodie.write.lock.dynamodb.region' : 'eu-central-1',
           #'hoodie.write.lock.dynamodb.billing_mode' : 'PAY_PER_REQUEST',
   


-- 
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-unsubscribe@hudi.apache.org

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