veenaypatil commented on issue #4017:
URL: https://github.com/apache/hudi/issues/4017#issuecomment-972762959
@YannByron that's right, these are the hoodie configs set for the streaming
job
```
hoodieConfigs:
hoodie.datasource.write.operation: upsert
hoodie.datasource.write.table.type: MERGE_ON_READ
hoodie.datasource.write.partitionpath.field: ""
hoodie.datasource.write.keygenerator.class:
org.apache.hudi.keygen.NonpartitionedKeyGenerator
hoodie.datasource.hive_sync.partition_extractor_class:
org.apache.hudi.hive.NonPartitionedExtractor
hoodie.parquet.max.file.size: 6110612736
hoodie.compact.inline: true
hoodie.compact.inline.max.delta.seconds: 3000
hoodie.commits.archival.batch: 5
hoodie.clean.automatic: true
hoodie.clean.async: true
hoodie.cleaner.policy: KEEP_LATEST_COMMITS
hoodie.cleaner.commits.retained: 120
hoodie.keep.min.commits: 130
hoodie.keep.max.commits: 131
```
--
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]