MAPREDUCE-6764. Teragen LOG initialization bug. Contributed by Yufei Gu.

This commit is contained in:
Wei-Chiu Chuang 2016-08-25 09:49:23 -07:00
parent d288a0ba83
commit 1360bd2d54
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
* <b>bin/hadoop jar hadoop-*-examples.jar teragen 10000000000 in-dir</b> * <b>bin/hadoop jar hadoop-*-examples.jar teragen 10000000000 in-dir</b>
*/ */
public class TeraGen extends Configured implements Tool { 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} public static enum Counters {CHECKSUM}