@InterfaceAudience.Public @InterfaceStability.Stable public class Export extends Object
Import to read it
back in again.| 构造器和说明 |
|---|
Export() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.