Zhangshunyu opened a new issue, #6528:
URL: https://github.com/apache/hudi/issues/6528
we set parameters for bulck_insert as following:
"hoodie.sql.insert.mode" -> "non-strict", // 不去重
"hoodie.bulkinsert.sort.mode" -> "GLOBAL_SORT",
"hoodie.metadata.enable" -> "true",
"hoodie.bulkinsert.shuffle.parallelism" -> "1400",
"hoodie.metadata.index.column.stats.enable" -> "true",
"hoodie.enable.data.skipping" -> "true",
"hoodie.cleaner.policy.failed.writes" -> "LAZY",
"hoodie.clean.automatic" -> "false",
"hoodie.metadata.index.column.stats.column.list" ->"speed,sec",
"hoodie.metadata.index.column.stats.file.group.count" -> "512",
"hoodie.metadata.compact.max.delta.commits" -> "1"
but with time flies, we find the old .hfile and .log files not cleaned in
/metadata/col_stat/ dir, so how to clean them?
--
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]