abhisheksahani91 commented on issue #11745:
URL: https://github.com/apache/hudi/issues/11745#issuecomment-2277249119
@danny0405
`/**
* Compaction is enabled for MoR table by default. This flag disables it
*/
@Parameter(names = {"--disable-compaction"},
description = "Compaction is enabled for MoR table by default. This
flag disables it ")
public Boolean forceDisableCompaction = false;`
From source code it looks like i have to provide --disable-compaction
config too.
Can you please help me how I can provide this value.
i have passed other properties like below.
"--hoodie-conf","hoodie.compact.inline=false",
"--hoodie-conf","hoodie.compact.schedule.inline=true",
"--hoodie-conf","hoodie.kafka.compaction.async.enable=false",
"--hoodie-conf","hoodie.datasource.compaction.async.enable=false",
--
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]