|
@@ -66,7 +66,7 @@ import org.apache.hadoop.util.ToolRunner;
|
|
|
* <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}
|
|
|
|