Currently the AvroMapper and AvroReducer do not have the configure(..) and close() methods from typical MapReduce jobs. Can they be added to the code?
Normally I would just extend org.apache.avro.mapred.HadoopReducer so that those methods are called on the delegate classes. However HadoopReducer is package protected. Is there a reason for that? -- View this message in context: http://apache-avro.679487.n3.nabble.com/Can-AvroReducer-implement-configure-and-close-methods-tp2461630p2461630.html Sent from the Avro - Users mailing list archive at Nabble.com.
