public class Sort<K,V> extends Configured implements Tool
| 构造器和说明 |
|---|
Sort() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
getConf, setConfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConf, setConfpublic int run(String[] args) throws Exception
run 在接口中 Toolargs - command specific arguments.IOException - When there is communication problems with the
job tracker.Exceptionpublic RunningJob getResult()
Copyright © 2009 The Apache Software Foundation