Can we please set the Reply-To header to the mailing list address... ---------- Forwarded message ---------- From: Tobias Pfeiffer <t...@preferred.jp> Date: Wed, Oct 8, 2014 at 11:16 AM Subject: Re: SparkStreaming program does not start To: spr <s...@yarcdata.com>
Hi, On Wed, Oct 8, 2014 at 7:47 AM, spr <s...@yarcdata.com> wrote: > I'm probably doing something obviously wrong, but I'm not seeing it. > [...] > I start the program via > > $S/bin/spark-shell --master local[5] try1.scala > The messages I get are > [...] 14/10/07 17:37:02 INFO SparkILoop: Created spark context.. > Spark context available as sc. > That does not look to me like your script is actually executed at all. spark-shell does not support a script file name as a parameter, I think. Try $S/bin/spark-shell --master local[5] < try1.scala maybe, or copy and paste. Tobias