zhaofuw commented on issue #5690:
URL: https://github.com/apache/hudi/issues/5690#issuecomment-1552834227
> 你能在这里分享你的基本工作信息吗,比如 Hudi 版本和 SQL 配置选项。
hudi version: 0.13.0
flink version: 1.13.2
hudi jar : hudi-flink1.13-bundle-0.12.1
table config :
`WITH (
'connector' = 'hudi',
'table.type' = 'MERGE_ON_READ',
'hoodie.table.name' = '***',
'hoodie.datasource.hive_sync.database' = '***',
'path' = '***',
'hoodie.datasource.hive_sync.enable' = 'true',
'hoodie.datasource.meta.sync.enable' = 'true',
'hoodie.metadata.enable' = 'true',
'hoodie.metadata.index.column.stats.enable' = 'true',
'oodie.enable.data.skipping' = 'true',
'hoodie.index.type' = 'SIMPLE',
'hoodie.datasource.write.operation' = 'upsert',
'hoodie.datasource.write.recordkey.field' = 'id',
'hoodie.datasource.write.streaming.retry.interval.ms' = '10000',
'hoodie.clean.automatic' = 'true',
'hoodie.cleaner.commits.retained' = '1',
'read.start-commit' = 'earliest',
'hoodie.datasource.write.precombine.field' = 'id',
'clean.retain_commits' = '2',
'compaction.max_memory' = '1024',
'compaction.timeout.seconds' = '1800',
'metadata.compaction.delta_commits' = '5'
);`
--
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]