public class InProcessStageConfigurator extends StageConfigurator
SimpleJobRunner.| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_FORCE
Always enables in-process execution even.
|
static String |
KEY_LIMIT
Hadoop property key of the max input data size for in-process job execution.
|
| Constructor and Description |
|---|
InProcessStageConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.mapreduce.Job job)
Configures the target job.
|
public static final String KEY_LIMIT
public static final String KEY_FORCE
public void configure(org.apache.hadoop.mapreduce.Job job)
throws IOException,
InterruptedException
StageConfiguratorconfigure in class StageConfiguratorjob - the target Job objectIOException - if failed to configure the jobInterruptedException - if interrupted while configuring Job objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.