public class LibraryCopySuppressionConfigurator extends StageConfigurator
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_ENABLED
The default configuration value of
KEY_ENABLED. |
static String |
KEY_ENABLED
The configuration key of whether this feature is enabled or not.
|
| Constructor and Description |
|---|
LibraryCopySuppressionConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.mapreduce.Job job)
Configures the target job.
|
public static final String KEY_ENABLED
public static final boolean DEFAULT_ENABLED
KEY_ENABLED.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.