org.apache.hadoop.streaming
Class PipeMapRed

java.lang.Object
  extended by org.apache.hadoop.streaming.PipeMapRed
Direct Known Subclasses:
PipeMapper, PipeReducer

public abstract class PipeMapRed
extends Object

Shared functionality for PipeMapper, PipeReducer.

Author:
Michel Tourn

Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
PipeMapRed()
           
 
Method Summary
 void configure(JobConf job)
           
 String getContext()
           
 void mapRedFinished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.commons.logging.Log LOG
Constructor Detail

PipeMapRed

public PipeMapRed()
Method Detail

configure

public void configure(JobConf job)

mapRedFinished

public void mapRedFinished()

getContext

public String getContext()


Copyright © 2006 The Apache Software Foundation