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 "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/04/15 15:55:30 UTC

[jira] [Created] (MAPREDUCE-5836) Fix typo in RandomTextWriter

Akira AJISAKA created MAPREDUCE-5836:
----------------------------------------

             Summary: Fix typo in RandomTextWriter
                 Key: MAPREDUCE-5836
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5836
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 2.4.0
            Reporter: Akira AJISAKA
            Assignee: Akira AJISAKA
            Priority: Trivial


In RandomTextWriter.java, there is a typo.
{code}
  /**
   * A random list of 100 words from /usr/share/dict/words
   */
  private static String[] words = {
                                   "diurnalness", "Homoiousian",
{code}
The list actually contains 1000 words.



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