It depends what really is the question but you could look at avro tools. http://svn.apache.org/viewvc/avro/trunk/lang/java/tools/src/main/java/org/apache/avro/tool/DataFileGetSchemaTool.java?view=markup
Regards Bertrand On Fri, Aug 2, 2013 at 1:26 AM, Hans Uhlig <[email protected]> wrote: > Is there a good way to read the schema out of an AVRO data file. I want to > write a few generic tools for handling avro files but I dont want to depend > on external schema files. >
