public class Sort<K,V>
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
RunningJob |
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.
|
public int run(String[] args) throws Exception
run in interface org.apache.hadoop.util.ToolIOException - When there is communication problems with the
job tracker.Exceptionpublic RunningJob getResult()
Copyright © 2009 The Apache Software Foundation