You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by KhajaAsmath Mohammed <md...@gmail.com> on 2018/01/21 20:22:41 UTC

Gracefully shutdown spark streaming application

Hi,

Could anyone please provide your thoughts on how to kill spark streaming
application gracefully.

I followed link of
http://why-not-learn-something.blogspot.in/2016/05/apache-spark-streaming-how-to-do.html

https://github.com/lanjiang/streamingstopgraceful

I played around with having either property or adding marker file as github
link. Marker works sometimes successfully and it alos gets stuck sometimes.

Is there any efficient way to kill application?

Thanks,
Asmath