unsubscribe

2019-12-14 Thread Annabel Melongo
unsubscribe

Re: OptionalDataException in spark

2019-12-14 Thread Phillip Henry
Strongly suspect you're mutating an object at the point in time it is Serialized. I suggest you remove all mutation from your code. HTH. Phillip On Fri, Dec 13, 2019 at 7:19 PM Ravi Aggarwal wrote: > Hi, > > > > We are encountering java OptionalDataException in one of our spark jobs. > >