How can I automatically capture the heap dump on the driver and executors in the event of an OOM error?
If you have a job that repeatedly run into Out-of-memory error (OOM) either on the driver or executors, automatically capture the heap dump on OOM event will help debugging the memory issue and identify the cause of the error.Spark config:spark.execu...
- 4809 Views
- 2 replies
- 2 kudos
Latest Reply
Is it necessary to use exactly that HeapDumpPath? I find I'm unable to get driver heap dumps with a different path but otherwise the same configuration. I'm using spark_version 10.4.x-cpu-ml-scala2.12.
- 2 kudos