You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/04/07 22:49:12 UTC

[jira] Updated: (HADOOP-5381) Extend HADOOP-3293 to MapReduce package also

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

Owen O'Malley updated HADOOP-5381:
----------------------------------

    Status: Open  (was: Patch Available)

This looks good, but a few minor points:
  1. getBlkIndex should be removed and inlined into getBlockIndex.
  2. it seems like the first block processing can be rolled into the loop in getSplitHosts.
  3. HostInfo should use long instead of LongWritable, since there is no need for serialization.

> Extend HADOOP-3293 to MapReduce package also
> --------------------------------------------
>
>                 Key: HADOOP-5381
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5381
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Jothi Padmanabhan
>            Assignee: Jothi Padmanabhan
>             Fix For: 0.21.0
>
>         Attachments: hadoop-5381-v1.patch, hadoop-5381.patch
>
>
> HADOOP-3293 made changes to FileInputFormat to identify split locations that contribute most to the split. This functionality has to be added to the MapReduce.FileInputFormat too.

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