You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Chase Bradford <ch...@gmail.com> on 2010/11/08 20:17:25 UTC

Copying an Avro Record

I need to keep a list of Avro records in a MR job, but I can't find an
easy way to clone or copy the Datum.  I could do a
serialize/deserialize into a byte stream, but I suspect there's an
easier way.  Can anyone offer some advice?

Thanks,
Chase