Re: Meet Exception when learning Broadcast Variables

2015-04-21 Thread Jeetendra Gangele
please make always broadcast variable as final, they cant be changed as per their property. Also Does line 27 corresponds to extracting value? On 21 April 2015 at 19:28, Ted Yu wrote: > Does line 27 correspond to brdcst.value ? > > Cheers > > > > > On Apr 21, 2015, at 3:19 AM, donhoff_h <165612

Re: Meet Exception when learning Broadcast Variables

2015-04-21 Thread Ted Yu
Does line 27 correspond to brdcst.value ? Cheers > On Apr 21, 2015, at 3:19 AM, donhoff_h <165612...@qq.com> wrote: > > Hi, experts. > > I wrote a very little program to learn how to use Broadcast Variables, but > met an exception. The program and the exception are listed as following. > C

Meet Exception when learning Broadcast Variables

2015-04-21 Thread donhoff_h
Hi, experts. I wrote a very little program to learn how to use Broadcast Variables, but met an exception. The program and the exception are listed as following. Could anyone help me to solve this problem? Thanks! **My Program is as following** object TestBroadcast02 {