yihua commented on issue #9591: URL: https://github.com/apache/hudi/issues/9591#issuecomment-1708825247
Hi @beyond1920 Thanks for raising this issue. Under the "Storage" tab in Spark UI, how large is the cached write status? If it's small, it should not cause much overhead and it's surprising that there is 70% of resource reduction after disabling persist. Likely there's a bug causing the cached RDD not to be unpersisted once the job is done. -- 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]
