bchittari commented on issue #11985:
URL: https://github.com/apache/hudi/issues/11985#issuecomment-2370962806
@ad1happy2go, Good day.
Below are the settings I am using. Let us know if any I missed any or any
tuning required.
'hoodie.write.concurrency.mode': 'OPTIMISTIC_CONCURRENCY_CONTROL',
'hoodie.cleaner.policy.failed.writes': 'LAZY',
'hoodie.write.lock.provider':
'org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider',
'hoodie.write.lock.dynamodb.table': 'account',
'hoodie.write.lock.dynamodb.partition_key': 'acquirer_name',
'hoodie.write.lock.dynamodb.region': region,
'hoodie.write.lock.dynamodb.endpoint_url':
f'dynamodb.{region}.amazonaws.com',
'hoodie.write.lock.wait_time_ms': '30000', # 30 secs
'hoodie.write.lock.num_retries': '3',
'hoodie.datasource.hive_sync.enable': 'false',
'hoodie.datasource.hive_sync.mode': 'hms',
'hoodie.datasource.hive_sync.sync_as_datasource': 'false',
'hoodie.datasource.hive_sync.database': target_glue_database_name,
'hoodie.datasource.hive_sync.table': target_table_name,
'hoodie.datasource.hive_sync.use_jdbc': 'false',
'hoodie.datasource.hive_sync.partition_extractor_class':
'org.apache.hudi.hive.MultiPartKeysValueExtractor',
'hoodie.datasource.write.hive_style_partitioning': 'true',
'hoodie.metadata.enable': 'false',
'hoodie.parquet.compression.codec': 'snappy',
'hoodie.parquet.small.file.limit': '67108864',
'hoodie.parquet.max.file.size': '134217728',
'hoodie.metadata.index.bloom.filter.enable': 'false',
'hoodie.metadata.index.column.stats.enable': 'false',
'hoodie.metadata.metrics.enable': 'false',
'hoodie.clean.automatic': 'true',
'hoodie.clean.async': 'true',
'spark.hadoop.fs.s3.maxConnections': 9000,
'spark.hadoop.fs.s3a.connection.maximum': 9000,
'hoodie.cleaner.commits.retained': 5,
'hoodie.keep.min.commits': 15,
'hoodie.cleaner.parallelism': 200,
--
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]