rubenssoto commented on issue #2787:
URL: https://github.com/apache/hudi/issues/2787#issuecomment-818453992
Hello,
My Hudi config
`Map(hoodie.datasource.hive_sync.database -> raw_freshdesk,
hoodie.parquet.small.file.limit -> 402653184,
hoodie.copyonwrite.record.size.estimate -> 1024,
hoodie.datasource.hive_sync.support_timestamp -> true,
hoodie.datasource.write.precombine.field -> updated_at,
hoodie.datasource.hive_sync.partition_extractor_class ->
org.apache.hudi.hive.NonPartitionedExtractor, hoodie.parquet.max.file.size ->
419430400,
hoodie.parquet.block.size -> 402653184,
hoodie.datasource.hive_sync.table -> agents,
hoodie.datasource.write.operation -> upsert,
hoodie.datasource.hive_sync.enable -> false,
hoodie.datasource.write.recordkey.field -> id,
hoodie.table.name -> agents,
hoodie.datasource.hive_sync.jdbcurl -> jdbc:hive2://hive:10000,
hoodie.datasource.write.hive_style_partitioning -> false,
hoodie.datasource.write.table.name -> agents,
hoodie.datasource.write.keygenerator.class ->
org.apache.hudi.keygen.NonpartitionedKeyGenerator,
hoodie.keep.max.commits -> 38,
hoodie.upsert.shuffle.parallelism -> 100,
hoodie.cleaner.commits.retained -> 36,
hoodie.keep.min.commits -> 37, hoodie.clean.async -> true)`
After a few batchs of writes, probably is something related to schema, but
hudi doesn't show where exactly is the problem, like the column name for
example.
The problem only happens at night, this is the part of the day that we have
less data coming.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]