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

   @dataproblems Good to know atleast you are unblocked. 
   You should anyway use upsert operation going forward. "insert" and "upsert" 
operations also do automatic file sizing so you may not need clustering also. 
   
   Although., bulk_insert with None sort mode should be faster than "insert" 
and ideally need less resources than "insert". So its strage that on same 
resources, bulk_insert failed but insert succeded. Can you try to increase 
hoodie.bulkinsert.shuffle.parallelism to 10000 and see if its getting 
successful.


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