| Changed Methods |
void addMultiNamedOutput(JobConf, String, Class, Class, Class)
|
Change in signature from (JobConf, String, Class, extends, OutputFormat>, Class>, Class>) to (JobConf, String, Class, Class, Class).
|
Adds a multi named output for the job. |
void addNamedOutput(JobConf, String, Class, Class, Class)
|
Change in signature from (JobConf, String, Class, extends, OutputFormat>, Class>, Class>) to (JobConf, String, Class, Class, Class).
|
Adds a named output for the job. |
Class getNamedOutputFormatClass(JobConf, String)
|
Change in return type from (Class, extends, OutputFormat>) to Class.
|
Returns the named output OutputFormat. |
Class getNamedOutputKeyClass(JobConf, String)
|
Change in return type from (Class, extends, WritableComparable>) to Class.
|
Returns the key class for a named output. |
Class getNamedOutputValueClass(JobConf, String)
|
Change in return type from (Class, extends, Writable>) to Class.
|
Returns the value class for a named output. |
Iterator getNamedOutputs()
|
Change in return type from String> to Iterator.
|
Returns iterator with the defined name outputs. |
List getNamedOutputsList(JobConf)
|
Change in return type from String> to List.
|
Returns list of channel names. |