c-f-cooper commented on issue #8651:
URL: https://github.com/apache/hudi/issues/8651#issuecomment-1586428325

   > Hey there try adding this config i have tried and works for me
   > 
   > ```
   >     # Define a dictionary with the Fiel Size
   >     hudi_file_size = {
   >         "hoodie.parquet.max.file.size": 512 * 1024 * 1024,  # 512MB
   >         "hoodie.parquet.small.file.limit": 104857600,  # 100MB
   >     }
   > ```
   > 
   > 
![image](https://user-images.githubusercontent.com/39345855/244869775-01472bb9-198a-44ab-964b-515bddd68eba.png)
   > 
   > Hope this helps
   
   The configs belongs to file sizing,is it effective in clustering?


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to