Java: Mapred API:  allow users to utilize configure() and close() methods on 
AvroMapper and AvroReducer
-------------------------------------------------------------------------------------------------------

                 Key: AVRO-763
                 URL: https://issues.apache.org/jira/browse/AVRO-763
             Project: Avro
          Issue Type: Improvement
    Affects Versions: 1.4.1
            Reporter: Scott Carey


>From avro-user mailing list:

{quote}

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?
{quote}

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to