[ 
https://issues.apache.org/jira/browse/MAPREDUCE-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amareshwari Sriramadasu updated MAPREDUCE-372:
----------------------------------------------

    Attachment: patch-372.txt

Attaching patch for review.

Patch implements ChainMapper and ChainReducer as proposed by Owen.

The key and values are always passed *by value* from one element of the chain 
to the next, because we 
clone the keys and values between steps. This removes the option to pass by 
value or by reference, that was available in old api.

> Change org.apache.hadoop.mapred.lib.ChainMapper/Reducer to use new api.
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-372
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-372
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>            Reporter: Amareshwari Sriramadasu
>            Assignee: Amareshwari Sriramadasu
>         Attachments: patch-372.txt
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to