MichalZalewskiRASP commented on issue #12103:
URL: https://github.com/apache/hudi/issues/12103#issuecomment-2413901006
I always used just 1 writer with the following config (below).
I was in fact for 1 run using the multiple writers but only once (a
one-off). Then I tried again with just one but with this exception. My hoodie
options:
hudi_options = {
'hoodie.table.name': "xxx",
'hoodie.datasource.write.recordkey.field': 'content_id',
'hoodie.datasource.write.partitionpath.field': 'content_provider,
p_timestamp',
'hoodie.datasource.write.keygenerator.class':
'org.apache.hudi.keygen.ComplexKeyGenerator',
'hoodie.datasource.write.table.name': "hudi_xxx",
'hoodie.datasource.write.operation': 'upsert',
'hoodie.datasource.write.precombine.field': 'version',
'hoodie.datasource.write.hive_style_partitioning': True,
'hoodie.upsert.shuffle.parallelism': 2,
'hoodie.insert.shuffle.parallelism': 2,
'hoodie.cleaner.commits.retained': 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]