You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Hyunjung Park (JIRA)" <ji...@apache.org> on 2009/07/21 00:17:14 UTC

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

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


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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.