StreamingContext is not designed to be reused. Its not in the immediate roadmap. You have to create a new StreamingContext. Also you should stop the streamingContext without stopping the SparkContext of the shell.
On Tue, Oct 13, 2015 at 1:47 PM, YaoPau <jonrgr...@gmail.com> wrote: > I'm seeing products that allow you to interact with a stream in realtime > (write code, and see the streaming output automatically change), which I > think makes it easier to test streaming code, although running it on batch > then turning streaming on certainly is a good way as well. > > I played around with trying to get Spark Streaming working within the spark > shell, but it looks like as soon as I stop my ssc I can't restart it again. > Are there any open tickets to add this functionality? Just looking to see > if it's on the roadmap at all. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Any-plans-to-support-Spark-Streaming-within-an-interactive-shell-tp25053.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@spark.apache.org > For additional commands, e-mail: user-h...@spark.apache.org > >