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

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Turner Eagles 2014-04-15 20:33:28 +00:00
parent 5833efc6e4
commit 161d97807f
3 changed files with 4 additions and 2 deletions

View File

@ -163,6 +163,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 static void main(String[] args) throws Exception {
}
/**
* 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 static void main(String[] args) throws Exception {
}
/**
* 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",