|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stolaf.cs.wmrserver.streaming.PipeMapRed
edu.stolaf.cs.wmrserver.streaming.PipeReducer
public class PipeReducer
A generic Reducer bridge. It delegates operations to an external program via stdin and stdout.
Field Summary |
---|
Fields inherited from class edu.stolaf.cs.wmrserver.streaming.PipeMapRed |
---|
LOG, outerrThreadsThrowable |
Constructor Summary | |
---|---|
PipeReducer()
|
Method Summary | |
---|---|
void |
close()
|
void |
configure(org.apache.hadoop.mapred.JobConf job)
|
void |
reduce(java.lang.Object key,
java.util.Iterator values,
org.apache.hadoop.mapred.OutputCollector output,
org.apache.hadoop.mapred.Reporter reporter)
|
Methods inherited from class edu.stolaf.cs.wmrserver.streaming.PipeMapRed |
---|
getContext, mapRedFinished |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PipeReducer()
Method Detail |
---|
public void configure(org.apache.hadoop.mapred.JobConf job)
configure
in interface org.apache.hadoop.mapred.JobConfigurable
configure
in class PipeMapRed
public void reduce(java.lang.Object key, java.util.Iterator values, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) throws java.io.IOException
reduce
in interface org.apache.hadoop.mapred.Reducer
java.io.IOException
public void close()
close
in interface java.io.Closeable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |