MAPREDUCE-5836. Fix typo in RandomTextWriter (Akira AJISAKA via jeagles)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1587722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Turner Eagles 2014-04-15 20:46:30 +00:00
parent 7c7d00d779
commit 53ab439204
3 changed files with 4 additions and 2 deletions

View File

@ -27,6 +27,8 @@ Release 2.5.0 - UNRELEASED
MAPREDUCE-5825. Provide diagnostics for reducers killed during ramp down
(Gera Shegalov via jlowe)
MAPREDUCE-5836. Fix typo in RandomTextWriter (Akira AJISAKA via jeagles)
OPTIMIZATIONS
BUG FIXES

View File

@ -250,7 +250,7 @@ public class RandomTextWriter extends Configured implements Tool {
}
/**
* A random list of 100 words from /usr/share/dict/words
* A random list of 1000 words from /usr/share/dict/words
*/
private static String[] words = {
"diurnalness", "Homoiousian",

View File

@ -250,7 +250,7 @@ public class RandomTextWriter extends Configured implements Tool {
}
/**
* A random list of 100 words from /usr/share/dict/words
* A random list of 1000 words from /usr/share/dict/words
*/
private static String[] words = {
"diurnalness", "Homoiousian",