@InterfaceAudience.Public @InterfaceStability.Stable public class CopyTable extends Configured
| Constructor and Description |
|---|
CopyTable(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
Job |
createSubmittableJob(java.lang.String[] args)
Sets up the actual job.
|
static void |
main(java.lang.String[] args)
Main entry point.
|
int |
run(java.lang.String[] args) |
public Job createSubmittableJob(java.lang.String[] args)
throws java.io.IOException
args - The command line parameters.java.io.IOException - When setting up the job fails.public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line parameters.java.lang.Exception - When running the job fails.public int run(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception