yangdafish commented on issue #5541:
URL: https://github.com/apache/hudi/issues/5541#issuecomment-1149062702
Also attempted to add the following Hudi flags for performance optimization,
but was still unable to see same performance as pre-upgrade 0.8 Hudi with Spark
2
```
"hoodie.metadata.enable" -> "true",
"spark.memory.storageFraction" -> "0.2",
"spark.yarn.driver.memoryOverhead" -> "1024",
"spark.yarn.executor.memoryOverhead" -> "3072",
"spark.yarn.max.executor.failures" -> "100"
```
--
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]