@InterfaceAudience.Public @InterfaceStability.Stable public class RowCounter extends Object
Constructor and Description |
---|
RowCounter() |
Modifier and Type | Method and Description |
---|---|
static Job |
createSubmittableJob(Configuration conf,
String[] args)
Sets up the actual job.
|
static void |
main(String[] args)
Main entry point.
|
public static Job createSubmittableJob(Configuration conf, String[] args) throws IOException
conf
- The current configuration.args
- The command line parameters.IOException
- When setting up the job fails.