@InterfaceAudience.Public @InterfaceStability.Stable public class Export extends Object
Import
to read it
back in again.Constructor and Description |
---|
Export() |
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.
|
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.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.