Re: broadcast in spark streaming

2014-06-20 Thread Hahn Jiang
, 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 >

Re: broadcast in spark streaming

2014-06-20 Thread Sourav Chandra
>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

broadcast in spark streaming

2014-06-20 Thread Hahn Jiang
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