You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Ashish Soni <as...@gmail.com> on 2015/07/16 18:03:50 UTC

BroadCast on Interval ( eg every 10 min )

Hi All ,
How can i broadcast a data change to all the executor ever other 10 min or
1 min

Ashish

Re: BroadCast on Interval ( eg every 10 min )

Posted by ayan guha <gu...@gmail.com>.
The simple answer is you should not update broadcast variable. If you can
post the problem you are handling, people here should be able to provide
better suggestions.
 On 18 Jul 2015 13:53, "Raghavendra Pandey" <ra...@gmail.com>
wrote:

> Broadcasted variables are immutable.  Anyway, how are you getting that
> data which you want to broadcast at regular intervals.
> On Jul 16, 2015 9:33 PM, "Ashish Soni" <as...@gmail.com> wrote:
>
>> Hi All ,
>> How can i broadcast a data change to all the executor ever other 10 min
>> or 1 min
>>
>> Ashish
>>
>

Re: BroadCast on Interval ( eg every 10 min )

Posted by Raghavendra Pandey <ra...@gmail.com>.
Broadcasted variables are immutable.  Anyway, how are you getting that data
which you want to broadcast at regular intervals.
On Jul 16, 2015 9:33 PM, "Ashish Soni" <as...@gmail.com> wrote:

> Hi All ,
> How can i broadcast a data change to all the executor ever other 10 min or
> 1 min
>
> Ashish
>