We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3573ecd commit d30eb94Copy full SHA for d30eb94
core/src/main/scala/org/apache/spark/util/UncaughtExceptionHandler.scala
@@ -20,7 +20,8 @@ package org.apache.spark.util
20
import org.apache.spark.executor.ExecutorExitCode
21
import org.apache.spark.Logging
22
23
-private[spark] object UncaughtExceptionHandler extends Thread.UncaughtExceptionHandler with Logging {
+private[spark] object UncaughtExceptionHandler
24
+ extends Thread.UncaughtExceptionHandler with Logging {
25
override def uncaughtException(thread: Thread, exception: Throwable) {
26
try {
27
logError("Uncaught exception in thread " + thread, exception)
0 commit comments