@InterfaceAudience.Public @InterfaceStability.Stable public class CopyTable extends Configured
| Constructor and Description | 
|---|
CopyTable(Configuration conf)  | 
| Modifier and Type | Method and Description | 
|---|---|
Job | 
createSubmittableJob(String[] args)
Sets up the actual job. 
 | 
static void | 
main(String[] args)
Main entry point. 
 | 
int | 
run(String[] args)  | 
public Job createSubmittableJob(String[] args) throws IOException
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.