You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Marius <m....@googlemail.com> on 2015/09/10 18:56:09 UTC

Avro C++ without schema generation

Hey,

i have avro files that as of yet are only used with Python to decode and 
encode. To do some performance evaluations i want to use the C++ 
implementation of avro to read the files but the use case does not allow 
the schema to be around so i cant perform code generation. Is there any 
way to do read the data from the file without code generation?

Greetings

Marius