Skip to content

Commit

Permalink
[ENV-451] Close Spark session at pipeline finish (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Beard authored and GitHub Enterprise committed Dec 6, 2019
1 parent 764da1a commit 3bbc14d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public void run(Config config) throws Exception {
finally {
shutdownThreadPool();
shutdownSecurity();
Contexts.closeSparkSession();
}

notifyPipelineFinished();
Expand Down

0 comments on commit 3bbc14d

Please sign in to comment.