public class Sort<K,V> extends Configured implements Tool
| Modifier and Type | Field and Description |
|---|---|
static String |
REDUCES_PER_HOST |
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapreduce.Job |
getResult()
Get the last job that was run using this instance.
|
static void |
main(String[] args) |
int |
run(String[] args)
The main driver for sort program.
|
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic static final String REDUCES_PER_HOST
public int run(String[] args) throws Exception
run in interface ToolIOException - When there is communication problems with the
job tracker.Exceptionpublic org.apache.hadoop.mapreduce.Job getResult()
Copyright © 2018 CERN. All Rights Reserved.