Skip to content

Commit

Permalink
Propagate exceptions (alteryx#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccheah authored and foxish committed Jul 24, 2017
1 parent b2a5d3d commit 387aefb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ private[spark] class Client(
} catch {
case e: Throwable =>
driverServiceManager.handleSubmissionError(e)
throw e
} finally {
Utils.tryLogNonFatalError {
kubernetesResourceCleaner.deleteAllRegisteredResourcesFromKubernetes(kubernetesClient)
Expand Down

0 comments on commit 387aefb

Please sign in to comment.