Re: Dataset kryo encoder fails on Collections$UnmodifiableCollection

2016-05-23 Thread Amit Sela
See SPARK-15489 I'll try to figure this one out as well, any leads ? "immediate suspects" ? Thanks, Amit On Mon, May 23, 2016 at 10:27 PM Michael Armbrust wrote: > Can you open a JIRA? > > On Sun, May 22, 2016 at 2:50

Re: Dataset kryo encoder fails on Collections$UnmodifiableCollection

2016-05-23 Thread Michael Armbrust
Can you open a JIRA? On Sun, May 22, 2016 at 2:50 PM, Amit Sela wrote: > I've been using Encoders with Kryo to support encoding of generically > typed Java classes, mostly with success, in the following manner: > > public static Encoder encoder() { > return