, Hahn Jiang
> wrote:
>
>> I want to use broadcast in spark streaming, but I found there is no this
>> function.
>> How can I use global variable in spark streaming?
>>
>> thanks
>
>From the StreamingContext object, you can get reference of SparkContext
using which you can create broadcast variables
On Fri, Jun 20, 2014 at 2:09 PM, Hahn Jiang
wrote:
> I want to use broadcast in spark streaming, but I found there is no this
> function.
> How can I use global
I want to use broadcast in spark streaming, but I found there is no this
function.
How can I use global variable in spark streaming?
thanks