Re: Gracefully stopping a Spark Streaming application

2014-10-17 Thread Sean Owen
You will have to write something in your app like an endpoint or button that triggers this code in your app. Hi all, I have a Spark Streaming application running on a cluster, deployed with the spark-submit script. I was reading here that it's possible to gracefully shutdown the application in orde

Gracefully stopping a Spark Streaming application

2014-10-17 Thread Massimiliano Tomassi
Hi all, I have a Spark Streaming application running on a cluster, deployed with the spark-submit script. I was reading here that it's possible to gracefully shutdown the application in order to allow the deployment of a new one: http://spark.apache.org/docs/latest/streaming-programming-guide.html