public abstract class StageConfigurator extends Object
Job in stages.| Constructor and Description |
|---|
StageConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(org.apache.hadoop.mapreduce.Job job)
Configures the target job.
|
public abstract void configure(org.apache.hadoop.mapreduce.Job job)
throws IOException,
InterruptedException
job - the target Job objectIOException - if failed to configure the jobInterruptedException - if interrupted while configuring Job objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.