Re: Issue with the class generated from avro schema

2015-10-09 Thread Bartłomiej Alberski
e Kryo, registering generated class (Data), >> registering different serializers from chill_avro for given class >> (SpecificRecordSerializer, SpecificRecordBinarySerializer, etc), but none >> of >> those ideas helps me. >> >> I post exactly the same question on s

Re: Issue with the class generated from avro schema

2015-10-09 Thread Igor Berman
I do not know how >>> to >>> resolve it. I tried to use Kryo, registering generated class (Data), >>> registering different serializers from chill_avro for given class >>> (SpecificRecordSerializer, SpecificRecordBinarySerializer, etc), but >>> none of &

Issue with the class generated from avro schema

2015-10-09 Thread alberskib
rflow.com/questions/33027851/spark-issue-with-the-class-generated-from-avro-schema> What is more I created minimal working example, thanks to which it will be easy to reproduce problem. link <https://github.com/alberskib/spark-avro-serialization-issue> How I can solve this problem

Re: Issue with the class generated from avro schema

2015-10-09 Thread Igor Berman
gt; of > those ideas helps me. > > I post exactly the same question on stackoverflow but I did not receive any > repsponse. link > < > http://stackoverflow.com/questions/33027851/spark-issue-with-the-class-generated-from-avro-schema > > > > What is more I created