MAPREDUCE-6764. Teragen LOG initialization bug. Contributed by Yufei Gu.
(cherry picked from commit 1360bd2d545134b582e70f2add33a105710dc80b)
This commit is contained in:
parent
fc67501393
commit
13cbf1677e
@ -66,7 +66,7 @@
|
||||
* <b>bin/hadoop jar hadoop-*-examples.jar teragen 10000000000 in-dir</b>
|
||||
*/
|
||||
public class TeraGen extends Configured implements Tool {
|
||||
private static final Log LOG = LogFactory.getLog(TeraSort.class);
|
||||
private static final Log LOG = LogFactory.getLog(TeraGen.class);
|
||||
|
||||
public static enum Counters {CHECKSUM}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user