public class TeraGenWithCRC
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
To run the program: bin/hadoop jar hadoop-*-examples.jar teragen 10000000000 in-dir
Modifier and Type | Class and Description |
---|---|
static class |
TeraGenWithCRC.SortGenMapper
The Mapper class that given a row number, will generate the appropriate
output line.
|
Constructor and Description |
---|
TeraGenWithCRC() |
public int run(String[] args) throws IOException, ClassNotFoundException, InterruptedException
run
in interface org.apache.hadoop.util.Tool
args
- the cli argumentsInterruptedException
ClassNotFoundException
IOException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.