leutrims commented on issue #11336:
URL: https://github.com/apache/hudi/issues/11336#issuecomment-2136878164
we found the way to make this work , by adding extra config to spark session
for memory fraction :
**```
.config("spark.sql.shuffle.partitions", "700")
.config("spark.memory.storageFraction","0.7")
.config("spark.memory.fraction","0.8")
```**
--
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]