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: [email protected]

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

Reply via email to