ad1happy2go commented on issue #10115:
URL: https://github.com/apache/hudi/issues/10115#issuecomment-1813912870

   @ChiehFu The tasks in tagging step depends n how many partitions are there 
in input DataFrame. 
   
   By any chance are you getting large zipped files in source? You can do 
repartition before write to hudi.
   
   `df.repartition(10000).write.format....`


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