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 d30eb94 commit 1a6a35eCopy full SHA for 1a6a35e
core/src/main/scala/org/apache/spark/util/UncaughtExceptionHandler.scala
@@ -22,6 +22,7 @@ import org.apache.spark.Logging
22
23
private[spark] object UncaughtExceptionHandler
24
extends Thread.UncaughtExceptionHandler with Logging {
25
+
26
override def uncaughtException(thread: Thread, exception: Throwable) {
27
try {
28
logError("Uncaught exception in thread " + thread, exception)
0 commit comments