You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/01 09:28:02 UTC

[GitHub] [hudi] dongkelun commented on issue #3892: Insert produces 44764 files with ~50MB each

dongkelun commented on issue #3892:
URL: https://github.com/apache/hudi/issues/3892#issuecomment-956072165


   Try to set `HoodieCompactionConfig.COPY_ON_WRITE_RECORD_SIZE_ESTIMATE.key()` to a small value, such as 64, may solve this problem
   
   ```scala
   option(HoodieCompactionConfig.COPY_ON_WRITE_RECORD_SIZE_ESTIMATE.key(), 64)
   ```


-- 
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-unsubscribe@hudi.apache.org

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