Hi, I'm trying to figure out if its possible to create an Avro container file with JsonEnconding. It doesn't appear to be: org.apache.avro.file.DataFileWriter seems to use a binary encoder by default.
Is there another FileWriter class that I should be using? Karthik -- Karthik Ramachandran
