Re: Spark Streaming getOrCreate

2014-11-05 Thread Yana
the intial startup >From the error it appears that your application is unable to (re?)connect to the master upon checkpoint restart -- I wonder if the reason it needs to restart is that the master went down... -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com

Re: Spark Streaming getOrCreate

2014-11-04 Thread sivarani
urn Optional.of(newSum); } } }; -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-getOrCreate-tp18060p18139.html Sent from the Apache Spark User List mailing list

Spark Streaming getOrCreate

2014-11-04 Thread sivarani
cheduler$DAGScheduler$$failJobAndIndependentStages(DAGScheduler.scala:1049) at org.apache.spark.scheduler.DAGScheduler$$anonfun$abortStage$1.apply(DAGScheduler.scala:1033) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Streaming-getOrCreate-tp18060.html