|
|||||||||
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.PipeMapper
public class PipeMapper
A generic Mapper 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 | |
---|---|
PipeMapper()
|
Method Summary | |
---|---|
void |
close()
|
void |
configure(org.apache.hadoop.mapred.JobConf job)
|
void |
map(java.lang.Object key,
java.lang.Object value,
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 PipeMapper()
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 map(java.lang.Object key, java.lang.Object value, org.apache.hadoop.mapred.OutputCollector output, org.apache.hadoop.mapred.Reporter reporter) throws java.io.IOException
map
in interface org.apache.hadoop.mapred.Mapper
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 |