[
https://issues.apache.org/jira/browse/MAPREDUCE-5836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Eagles updated MAPREDUCE-5836:
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.5.0
3.0.0
Status: Resolved (was: Patch Available)
> 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
> Labels: newbie
> Fix For: 3.0.0, 2.5.0
>
> Attachments: MAPREDUCE-5836.2.patch, MAPREDUCE-5836.patch
>
>
> 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)