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:
parent
5833efc6e4
commit
161d97807f
@ -163,6 +163,8 @@ Release 2.5.0 - UNRELEASED
|
|||||||
MAPREDUCE-5825. Provide diagnostics for reducers killed during ramp down
|
MAPREDUCE-5825. Provide diagnostics for reducers killed during ramp down
|
||||||
(Gera Shegalov via jlowe)
|
(Gera Shegalov via jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-5836. Fix typo in RandomTextWriter (Akira AJISAKA via jeagles)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -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 = {
|
private static String[] words = {
|
||||||
"diurnalness", "Homoiousian",
|
"diurnalness", "Homoiousian",
|
||||||
|
@ -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 = {
|
private static String[] words = {
|
||||||
"diurnalness", "Homoiousian",
|
"diurnalness", "Homoiousian",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user