You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by "paul sutter (JIRA)" <ji...@apache.org> on 2006/04/18 02:15:17 UTC

[jira] Created: (ADDR-24) Piggybacking Mappers on the Reducer of the previous job step

Piggybacking Mappers on the Reducer of the previous job step
------------------------------------------------------------

         Key: ADDR-24
         URL: http://issues.apache.org/jira/browse/ADDR-24
     Project: Addressing
        Type: New Feature

    Reporter: paul sutter
    Priority: Minor



It would be nice to be able to piggyback the mappers of step N+1 onto the reducers of step N.

This would mean having the same number of mappers as reducers, only works for multistep jobs, and obviously adds complexity to node failure recovery.

But, it would be a useful speedup since most of the overhead is in serialization, buffer copies, disk io, and network io, rather than in the mappers and reducers themselves.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: addressing-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: addressing-dev-help@ws.apache.org