Re: Spark streaming on standalone cluster

2015-07-01 Thread Wojciech PituĊ‚a
ch conf parameter sets the worker thread count in cluster mode ? is it >> spark.akka.threads ? >> >> >> >> *From:* Tathagata Das [mailto:t...@databricks.com] >> *Sent:* 01 July 2015 01:32 >> *To:* Borja Garrido Bear >> *Cc:* user >> *Subj

Re: Spark streaming on standalone cluster

2015-07-01 Thread Borja Garrido Bear
nt in cluster mode ? is it > spark.akka.threads ? > > > > *From:* Tathagata Das [mailto:t...@databricks.com] > *Sent:* 01 July 2015 01:32 > *To:* Borja Garrido Bear > *Cc:* user > *Subject:* Re: Spark streaming on standalone cluster > > > > How many receivers do

RE: Spark streaming on standalone cluster

2015-07-01 Thread prajod.vettiyattil
...@databricks.com] Sent: 01 July 2015 01:32 To: Borja Garrido Bear Cc: user Subject: Re: Spark streaming on standalone cluster How many receivers do you have in the streaming program? You have to have more numbers of core in reserver by your spar application than the number of receivers. That

Re: Spark streaming on standalone cluster

2015-06-30 Thread Tathagata Das
How many receivers do you have in the streaming program? You have to have more numbers of core in reserver by your spar application than the number of receivers. That would explain the receiving output after stopping. TD On Tue, Jun 30, 2015 at 7:59 AM, Borja Garrido Bear wrote: > Hi all, > > I