|
|
-
org.apache.avro.generic.GenericData$Record cannot be cast toSripad Sriram 2012-12-07, 00:42
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/%[EMAIL PROTECTED]%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! |