| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_BUFFER_SIZE
Hadoop property key of shuffle buffer size.
|
static String |
KEY_COMPRESS_BLOCK
Hadoop property key of whether block file compression is enabled or not.
|
static String |
KEY_TEMPORARY_LOCATION
Hadoop property key of shuffle temporary directory.
|
| Constructor and Description |
|---|
SimpleJobRunner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(org.apache.hadoop.mapreduce.Job job)
Runs the target job.
|
String |
toString() |
public static final String KEY_BUFFER_SIZE
public static final String KEY_TEMPORARY_LOCATION
public static final String KEY_COMPRESS_BLOCK
public boolean run(org.apache.hadoop.mapreduce.Job job)
throws InterruptedException
JobRunnerrun in interface JobRunnerjob - the configured job objecttrue if the job was successfully completed, or false otherwiseInterruptedException - if interrupted while executing the jobCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.