cocopc edited a comment on issue #1737:
URL: https://github.com/apache/hudi/issues/1737#issuecomment-644492869


   @bhasudha  thx.
   i see why create many small parquet files.  because the config 
`hoodie.cleaner.commits.retained`
   default value 24.  each parquet file is a commit retained . i set config 
like this  solved my problem.
   `hoodie.cleaner.commits.retained=2`
   `hoodie.keep.min.commits=3`
   `hoodie.keep.max.commits=4`
   
   the result :
   
![](http://pcmyp.oss-cn-beijing.aliyuncs.com/markdown/2020-06-16-033047.png?x-oss-process=style/wm_qf)
   
   **But this only work with COW , not work MOR.   MOR may be need this 
[feature](https://issues.apache.org/jira/browse/HUDI-26)**
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to