Re: Error while deserializing event

2015-07-21 Thread Stephan Ewen
te and read method > > accordingly and written serialization tests accordingly, inspired by > > EventAggregatorsTest.java. The tests pass and everything runs well > on > > a local setup. > > > > Now, when ru

Re: Error while deserializing event

2015-06-24 Thread Nam-Luc Tran
io.IOException: io.netty.handler.codec.DecoderException: > java.lang.RuntimeException: Error while deserializing event. > at > > org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel.checkError(RemoteInputChannel.java:264) > at > > org.apache.flink.runtime.io.network.par

Re: Error while deserializing event

2015-06-23 Thread Ufuk Celebi
AggregatorsTest.java. The tests pass and everything runs well on > a local setup. > > Now, when run on a cluster, I encounter the following error: > > java.io.IOException: io.netty.handler.codec.DecoderException: > java.la

Error while deserializing event

2015-06-23 Thread Nam-Luc Tran
on a cluster, I encounter the following error: java.io.IOException: io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Error while deserializing event. at org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel.checkError(RemoteInputChannel.java:264) at