voonhous commented on issue #9024: URL: https://github.com/apache/hudi/issues/9024#issuecomment-1599961197
@dineshbganesan Looking at your `replacecommit` file, we can see that there are exactly 30 output (file)groups being produced, 1 for each partition. ```json "msrmt_dt=2017-10-15":[...], "msrmt_dt=2019-04-19":[...], "msrmt_dt=2018-03-13":[...], "msrmt_dt=2018-03-14":[...], "msrmt_dt=2017-10-14":[...], "msrmt_dt=2019-05-28":[...], "msrmt_dt=2019-05-20":[...], "msrmt_dt=2019-05-27":[...], "msrmt_dt=2019-05-26":[...], "msrmt_dt=2019-05-25":[...], "msrmt_dt=2018-05-20":[...], "msrmt_dt=2018-10-05":[...], "msrmt_dt=2018-12-29":[...], "msrmt_dt=2019-05-19":[...], "msrmt_dt=2019-06-09":[...], "msrmt_dt=2019-06-08":[...], "msrmt_dt=2017-10-08":[...], "msrmt_dt=2017-10-09":[...], "msrmt_dt=2018-05-21":[...], "msrmt_dt=2019-04-20":[...], "msrmt_dt=2019-07-11":[...], "msrmt_dt=2018-03-06":[...], "msrmt_dt=2019-06-05":[...], "msrmt_dt=2019-07-12":[...], "msrmt_dt=2019-06-04":[...], "msrmt_dt=2018-10-11":[...], "msrmt_dt=2018-10-13":[...], "msrmt_dt=2018-10-12":[...], "msrmt_dt=2018-06-21":[...], "msrmt_dt=2018-06-20":[...] ``` Please increase the `hoodie.clustering.plan.strategy.max.num.groups` such that the output groups will not be truncated when creating the clustering plan. -- 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]
