Re: Issue with the class generated from avro schema

2015-10-09 Thread Igor Berman
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 sam

Re: Issue with the class generated from avro schema

2015-10-09 Thread Bartłomiej Alberski
; 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 stackoverflow but I did not receive >> an

Re: Issue with the class generated from avro schema

2015-10-09 Thread Igor Berman
as 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 minimal working exam

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