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


   @vinothchandar  
   I am facing a similar problem.I am doing a POC for Hudi and  am using with 
the same data for both COW and MOR.I see the compaction happening for both 
table types as new versions of the same file are created.But the cleanup only 
happens for COW
   This the config which works for COW but not for MOR
    'hoodie.parquet.small.file.limit': '104857600',  
     'hoodie.compact.inline': True,
     'hoodie.cleaner.commits.retained': 1,  
   What are the values   required for the below setting
   'hoodie.logfile.max.size': '1048576',
     'hoodie.logfile.to.parquet.compression.ratio': 0.35,   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to