You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Sripad Sriram <sr...@path.com> on 2012/12/07 01:42:46 UTC

org.apache.avro.generic.GenericData$Record cannot be cast to

Hi all,

I'm having an issue similar to the one described in this thread:

http://mail-archives.apache.org/mod_mbox/avro-user/201205.mbox/%3cDUB112-W42C6A00BDBCF4B807CA9B81150@phx.gbl%3e

Essentially, I'm building a Hadoop job using SpecificRecord outputs from my
Mapper and Reducer rather than GenericRecords and getting the exception
"org.apache.avro.generic.GenericData$Record cannot be cast to" from my
Reducer.

I'm using Hadoop 1.0 and Avro 1.7.2.

Any insights on this?

thanks!