amitbans commented on issue #7574:
URL: https://github.com/apache/hudi/issues/7574#issuecomment-1375217001

   @nsivabalan We are using following config
   
   table type : COW
   HOODIE_UPSERT_SHUFFLE_PARALLELISM=200
   OPERATION_OPT_KEY=UPSERT
   
   Spark SQL config
   ==============
   SET spark.sql.shuffle.partitions = 200;
   set spark.default.parallelism = 200; 
   
   
   I don't have the stack trace now as EMR cluster is terminated.
   To workaround this issue, we changed the hudi library on EMR 5.36 to use 0.7 
and jobs are working fine. Therefore we are going ahead with using hudi 0.7 
with EMR 5.36
   


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