public class Export
extends Configured
Import to read it
back in again.| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
static Job |
createSubmittableJob(Configuration conf,
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 static Job createSubmittableJob(Configuration conf,
java.lang.String[] args)
throws java.io.IOException
conf - The current configuration.args - The command line parameters.java.io.IOException - When setting up the job fails.public int run(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line parameters.java.lang.Exception - When running the job fails.