Skip to content
Snippets Groups Projects
Commit 72b9c4cb authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Small fix

parent 1c15b850
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ private[spark] class LocalScheduler(threads: Int, maxFailures: Int, sc: SparkCon
// TODO: Do something nicer here to return all the way to the user
if (!Thread.currentThread().isInterrupted)
listener.taskEnded(
task, new ExceptionFailure(t.getMessage, t.getStackTrace), null, null, info, null)
task, new ExceptionFailure(t.toString, t.getStackTrace), null, null, info, null)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment