|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapred.MapReduceBase
org.apache.hadoop.hive.ql.exec.ExecReducer
public class ExecReducer
ExecReducer.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
l4j
|
Constructor Summary | |
---|---|
ExecReducer()
|
Method Summary | |
---|---|
void |
close()
|
void |
configure(org.apache.hadoop.mapred.JobConf job)
|
void |
reduce(Object key,
Iterator values,
org.apache.hadoop.mapred.OutputCollector output,
org.apache.hadoop.mapred.Reporter reporter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.commons.logging.Log l4j
Constructor Detail |
---|
public ExecReducer()
Method Detail |
---|
public void configure(org.apache.hadoop.mapred.JobConf job)
configure
in interface org.apache.hadoop.mapred.JobConfigurable
configure
in class org.apache.hadoop.mapred.MapReduceBase
public void reduce(Object key, Iterator values, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce
in interface org.apache.hadoop.mapred.Reducer
IOException
public void close()
close
in interface Closeable
close
in class org.apache.hadoop.mapred.MapReduceBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |