-
- Downloads
Deduplicate exceptions when printing them
The first time they appear, exceptions are printed in full, including a stack trace. After that, they are printed in abbreviated form. They are periodically reprinted in full; the reprint interval defaults to 5 seconds and is configurable using the property spark.logging.exceptionPrintInterval.
Showing
- core/src/main/scala/spark/DAGScheduler.scala 1 addition, 0 deletionscore/src/main/scala/spark/DAGScheduler.scala
- core/src/main/scala/spark/Executor.scala 1 addition, 1 deletioncore/src/main/scala/spark/Executor.scala
- core/src/main/scala/spark/SimpleJob.scala 37 additions, 2 deletionscore/src/main/scala/spark/SimpleJob.scala
Loading
Please register or sign in to comment