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
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
...@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
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