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 "Arun C Murthy (JIRA)" <ji...@apache.org> on 2007/10/23 13:35:51 UTC

[jira] Assigned: (HADOOP-1981) Need to document the controls for sorting and grouping into the reduce

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

Arun C Murthy reassigned HADOOP-1981:
-------------------------------------

    Assignee: Arun C Murthy  (was: Owen O'Malley)

> Need to document the controls for sorting and grouping into the reduce
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-1981
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1981
>             Project: Hadoop
>          Issue Type: Task
>          Components: mapred
>            Reporter: Owen O'Malley
>            Assignee: Arun C Murthy
>
> The JavaDoc for the Reducer should document how to control the sort order of keys and values via the JobConf methods:
> {code}
>   setOutputKeyComparatorClass
>   setOutputValueGroupingComparator
> {code}
> Both methods desperately need better names. (I'd vote for setKeySortingComparator and setKeyGroupingComparator.)

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