Can you call sc.stop() after indexing into elastic search ?
> On Mar 16, 2016, at 9:17 PM, Imre Nagi wrote:
>
> Hi,
>
> I have a spark application for batch processing in standalone cluster. The
> job is to query the database and then do some transformation, aggregation,
> and several actions
Hi,
I have a spark application for batch processing in standalone cluster. The
job is to query the database and then do some transformation, aggregation,
and several actions such as indexing the result into the elasticsearch.
If I dont call the sc.stop(), the spark application wont stop and take