So I do this from the Spark shell: // set things up// <snipped>
ssc.start() // let things happen for a few minutes ssc.stop(stopSparkContext = false, stopGracefully = true) Then I want to restart the Streaming Context: ssc.start() // still in the shell; Spark Context is still alive Which yields: 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-Context-tp9256.html Sent from the Apache Spark User List mailing list archive at Nabble.com.