Hi All,

Trying to write a MRUnit for a mapper which takes AvroKey<CharSequence> and
AvroValue<GenericRecord> as both in/out pair but I keep getting the error
message java.lang.IllegalStateException: No applicable class implementing
Serialization in Conf at io.serialization: class org.apache.avro.generic.
GenericData$Record.


Please note that I already configured the io.serializations for map driver
with required schema....

AvroSerialization.setValueWriterSchema(Conf, my schema);

The job works fine but can't make the MRUnit work....Any help greatly
appreciated....

Thanks,
Debu

Reply via email to