You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Faraz Ahmad (JIRA)" <ji...@apache.org> on 2013/03/29 11:31:15 UTC

[jira] [Updated] (MAPREDUCE-5118) Inverted Index

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

Faraz Ahmad updated MAPREDUCE-5118:
-----------------------------------

    Attachment: MAPREDUCE-5116.patch

Asking for a code review
                
> Inverted Index
> --------------
>
>                 Key: MAPREDUCE-5118
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5118
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: benchmarks
>            Reporter: Faraz Ahmad
>            Assignee: Faraz Ahmad
>         Attachments: MAPREDUCE-5116.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Inverted-Index takes a list of documents as input and generates word-to-document indexing. Map emits <word, docId> tuples with each word emitted once per docId. Reduce combines all tuples on key <word> and emits <word,list(docId)> tuples after removing duplicates.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira