Thanks Eyal - it appears that these are the same patterns used for spark
DStreams.
On Wednesday, December 27, 2017 1:15 AM, Eyal Zituny
wrote:
Hiif you're interested in stopping you're spark application externally, you
will probably need a way to communicate with the spark driver (wh
Hi
if you're interested in stopping you're spark application externally, you
will probably need a way to communicate with the spark driver (which start
and holds a ref to the spark context)
this can be done by adding some code to the driver app, for example:
- you can expose a rest api that st
Thanks Diogo. My question is how to gracefully call the stop method while the
streaming application is running in a cluster.
On Monday, December 25, 2017 5:39 PM, Diogo Munaro Vieira
wrote:
Hi M Singh! Here I'm using query.stop()
Em 25 de dez de 2017 19:19, "M Singh" escreveu:
Hi:
Hi M Singh! Here I'm using query.stop()
Em 25 de dez de 2017 19:19, "M Singh"
escreveu:
> Hi:
> Are there any patterns/recommendations for gracefully stopping a
> structured streaming application ?
> Thanks
>
>
>