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 2022/05/24 22:39:11 UTC

[GitHub] [hudi] Gatsby-Lee commented on issue #4839: Hudi upsert doesnt trigger compaction for MOR

Gatsby-Lee commented on issue #4839:
URL: https://github.com/apache/hudi/issues/4839#issuecomment-1136495929

   For anyone who gets here because Async Compaction doesn't work -  AWS Glue + Hudi + MoR Table,
   If you use Spark Write directly, Async compaction won't work.
   
   ```
   glue_context.write_dynamic_frame.from_options(
     frame=dyf,
     connection_type="marketplace.spark",
     connection_options=hudi_config,
   )
   ```


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