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)