arunvasudevan commented on issue #9861:
URL: https://github.com/apache/hudi/issues/9861#issuecomment-1767272065

   Yes, checked the archive folder and it is empty in this case. 
   
   Here are the writer configurtions.
   
   hoodie.datasource.hive_sync.database: <redacted>
   hoodie.datasource.hive_sync.mode: HMS
   hoodie.datasource.write.precombine.field: source_ts_ms
   hoodie.datasource.hive_sync.partition_extractor_class: 
org.apache.hudi.hive.NonPartitionedExtractor
   hoodie.parquet.max.file.size: 67108864
   hoodie.datasource.meta.sync.enable: true
   hoodie.datasource.hive_sync.skip_ro_suffix: true
   hoodie.metadata.enable: false
   hoodie.datasource.hive_sync.table: <redacted>
   hoodie.index.type: SIMPLE
   hoodie.clean.automatic: true
   hoodie.datasource.write.operation: upsert
   hoodie.metrics.reporter.type: CLOUDWATCH
   hoodie.datasource.hive_sync.enable: true
   hoodie.datasource.write.recordkey.field: version_id
   hoodie.table.name: ride_version
   hoodie.datasource.hive_sync.jdbcurl: jdbc:hive2://ip-<redacted>:10000
   hoodie.datasource.write.table.type: MERGE_ON_READ
   hoodie.simple.index.parallelism: 240
   hoodie.write.lock.dynamodb.partition_key: <database.table>
   hoodie.cleaner.policy: KEEP_LATEST_BY_HOURS
   hoodie.compact.inline: true
   hoodie.client.heartbeat.interval_in_ms: 600000
   hoodie.datasource.compaction.async.enable: true
   hoodie.metrics.on: true
   hoodie.datasource.write.keygenerator.class: 
org.apache.hudi.keygen.NonpartitionedKeyGenerator
   hoodie.cleaner.policy.failed.writes: LAZY
   hoodie.keep.max.commits: 1650
   hoodie.cleaner.hours.retained: 168
   hoodie.write.lock.dynamodb.table: peloton-prod-hudi-write-lock
   hoodie.write.lock.provider: 
org.apache.hudi.aws.transaction.lock.DynamoDBBasedLockProvider
   hoodie.keep.min.commits: 1600
   hoodie.datasource.write.partitionpath.field: 
   hoodie.compact.inline.max.delta.commits: 1
   hoodie.write.concurrency.mode: optimistic_concurrency_control
   hoodie.write.lock.dynamodb.region: us-east-1


-- 
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