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 "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/23 22:03:39 UTC

[jira] [Resolved] (MAPREDUCE-774) Java/C++ word count examples have different outputs

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

Allen Wittenauer resolved MAPREDUCE-774.
----------------------------------------

    Resolution: Not a Problem

> Java/C++ word count examples have different outputs
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-774
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-774
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: examples
>            Reporter: Hyunjung Park
>            Priority: Trivial
>         Attachments: MAPREDUCE-774.patch
>
>
> I ran the c++ word count example using pipes and got this result:
>         Alethea 1488
>         Arneb   1508
>         Auriculariales  1518
> Aktistetae      92126
> Animalivora     91969
> Aplacentalia    92690
>         Aktistetae      1503
>         Animalivora     1518
>         Aplacentalia    1452
> Alethea 91928
> Arneb   91926
> Auriculariales  92448
> The correct result generated by Java word count example is:
> Aktistetae      93629
> Alethea 93416
> Animalivora     93487
> Aplacentalia    94142
> Arneb   93434
> Auriculariales  93966



--
This message was sent by Atlassian JIRA
(v6.2#6252)