@InterfaceAudience.Public @InterfaceStability.Stable public class CopyTable extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
Constructor and Description |
---|
CopyTable(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.Job |
createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
String[] args)
Sets up the actual job.
|
static void |
main(String[] args)
Main entry point.
|
int |
run(String[] args) |
public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf, String[] args) throws IOException
conf
- The current configuration.args
- The command line parameters.IOException
- When setting up the job fails.public static void main(String[] args) throws Exception
args
- The command line parameters.Exception
- When running the job fails.Copyright © 2014 The Apache Software Foundation. All rights reserved.