davidshtian commented on issue #7591:
URL: https://github.com/apache/hudi/issues/7591#issuecomment-1375398513

   @soumilshah1995 For your reference, in order to write data to S3 hudi sink, 
_checkpoint_ need to be enabled (restart the interpreter and execute).
   ```
   %flink.conf
   execution.checkpointing.interval 1000
   ```
   And I also add below option to hudi table for disabling timeline server, 
otherwise errors like _"Caused by: 
org.apache.hudi.exception.HoodieRemoteException: Connect to 
142.151.165.206:37851 [/142.151.165.206] failed: Connection timed out 
(Connection timed out)"_ will be thrown (based on actual tests).
   ```
   'hoodie.embed.timeline.server' = 'false'
   ```
   Thanks~


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