You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2016/02/11 20:49:18 UTC

[jira] [Updated] (HADOOP-3443) map outputs should not be renamed between partitions

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

Allen Wittenauer updated HADOOP-3443:
-------------------------------------
    Assignee: Owen O'Malley

> map outputs should not be renamed between partitions
> ----------------------------------------------------
>
>                 Key: HADOOP-3443
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3443
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.17.0
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Critical
>             Fix For: 0.18.0
>
>         Attachments: hadoop-3443-1.patch, hadoop-3443-1v17.patch
>
>
> If a map finishes with out having to spill its data buffer, the map outputs are sorted and written to disk. However, no care is taken to make sure that the same partition is used to write it out before it is renamed. On nodes with multiple disks assigned to the task trackers, this will likely cause an addition read/write cycle to disk that is very expensive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)