Re: Spark Streaming Job Stuck

2017-06-06 Thread Richard Moorhead
have received this communication in error, please notify us immediately by replying to the message and deleting from your computer. From: Jain, Nishit <nja...@underarmour.com> Sent: Tuesday, June 6, 2017 9:54 AM To: Tathagata Das Cc: user@spark.apache.org Sub

Re: Spark Streaming Job Stuck

2017-06-06 Thread Jain, Nishit
g<mailto:user@spark.apache.org>" <user@spark.apache.org<mailto:user@spark.apache.org>> Subject: Re: Spark Streaming Job Stuck http://spark.apache.org/docs/latest/streaming-programming-guide.html#points-to-remember-1 Hope this helps. On Mon, Jun 5, 2017 at 2:51 PM, Jain, Nishit

Re: Spark Streaming Job Stuck

2017-06-06 Thread Tathagata Das
http://spark.apache.org/docs/latest/streaming-programming-guide.html#points-to-remember-1 Hope this helps. On Mon, Jun 5, 2017 at 2:51 PM, Jain, Nishit wrote: > I have a very simple spark streaming job running locally in standalone > mode. There is a customer receiver

Spark Streaming Job Stuck

2017-06-05 Thread Jain, Nishit
I have a very simple spark streaming job running locally in standalone mode. There is a customer receiver which reads from database and pass it to the main job which prints the total. Not an actual use case but I am playing around to learn. Problem is that job gets stuck forever, logic is very