Re: Restarting a Streaming Context

2014-07-10 Thread Nicholas Chammas
correct me if I'm wrong, but unfortunately for now, once a >> streaming context is stopped, it can't be restarted. >> >> - Original Message - >> From: "Nick Chammas" >> To: u...@spark.incubator.apache.org >> Sent: Wednesday, July

Re: Restarting a Streaming Context

2014-07-09 Thread Tathagata Das
> From: "Nick Chammas" > To: u...@spark.incubator.apache.org > Sent: Wednesday, July 9, 2014 6:11:51 PM > Subject: Restarting a Streaming Context > > So I do this from the Spark shell: > > // set things up// > > ssc.start() > // let things happen for a few minut

Re: Restarting a Streaming Context

2014-07-09 Thread Burak Yavuz
Someone can correct me if I'm wrong, but unfortunately for now, once a streaming context is stopped, it can't be restarted. - Original Message - From: "Nick Chammas" To: u...@spark.incubator.apache.org Sent: Wednesday, July 9, 2014 6:11:51 PM Subject: Restarting

Restarting a Streaming Context

2014-07-09 Thread Nick Chammas
: org.apache.spark.SparkException: StreamingContext has already been stopped How come? Is there any way in the interactive shell to restart a Streaming Context once it is stopped? Nick ​ -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Restarting-a-Streaming