I have preparing AVRO data with deflateCodec compression, when i am preparing data with 10 batch, each time when i prepare it is adding schema definition in to the file, is it possible to avoid adding schema definition.
Asked
Active
Viewed 126 times
0
-
this is what you are looking for https://github.com/hailpam/avro-benchmark/blob/master/src/main/java/org/pm/avro/test/AvroSerializer.java – hlagos Apr 17 '18 at 02:32
-
Thank for the reply, i'm using dataFileWriter. – Ajey kumar HB Apr 17 '18 at 11:39