Member since
08-03-2017
2
Posts
0
Kudos Received
0
Solutions
08-14-2017
02:42 PM
Hi Sumesh, We are using a singleton spark context (SparkContext.getOrCreate). When the business logic fails we call ".stop()" (close is not available) on it to make sure a new one is created for the next run.
... View more