ad1happy2go commented on issue #10559: URL: https://github.com/apache/hudi/issues/10559#issuecomment-1909865960
@rishabhreply Two options - Run one job sequentially first with operation type "insert_overwrite" and then run parallel jobs with "insert". But the problem with this is as all are writing to same partition you can't use OCC also. Simply run with all files together. Glue job will anyway parallelise these files and process parallely. -- 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]
