Hi, 

is it possible to append to an already existing avro file when it was written 
and closed before?

If I use
outputStream = fs.append(avroFilePath);

then later on I get: java.io.IOException: Invalid sync!

Probably because the schema is written twice and some other issues. 

If I use outputStream = fs.create(avroFilePath); then the avro file gets 
overwritten. 

Thanks,
Vyacheslav

Reply via email to