There's no way to register put with kryo for example? On Apr 4, 2015 10:06 AM, "Robert Metzger" <rmetz...@apache.org> wrote:
> Hey Flavio, > > I checked out your "master" branch and started the HBaseWriteExample. > It started without errors (there were some errors connecting to Zookeeper, > but thats probably because I don't have HBase running). > Am I using the right code ( > > https://github.com/fpompermaier/flink/commit/c1934da379dba360ad61d18bf921fae08822795a > ) > to reproduce this error? > Maybe the error is also happening when the mapper is starting. > > Can you try making the following changes to your code? > https://gist.github.com/rmetzger/a218beca4b0442f3c1f3 > This is basically making the field that contains the non-serializable "Put" > element transient. > > > > On Sat, Apr 4, 2015 at 8:40 AM, Flavio Pompermaier <pomperma...@okkam.it> > wrote: > > > Any fix for this? > > On Apr 3, 2015 7:43 AM, "Flavio Pompermaier" <pomperma...@okkam.it> > wrote: > > >