public abstract class PipeMapRed extends Object
限定符和类型 | 字段和说明 |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
protected Throwable |
outerrThreadsThrowable |
构造器和说明 |
---|
PipeMapRed() |
限定符和类型 | 方法和说明 |
---|---|
void |
configure(JobConf job) |
DataInput |
getClientInput()
Returns the DataInput from which the client output is read.
|
DataOutput |
getClientOutput()
Returns the DataOutput to which the client input is written.
|
Configuration |
getConfiguration()
Returns the Configuration.
|
String |
getContext() |
abstract byte[] |
getFieldSeparator()
Returns the field separator to be used.
|
abstract byte[] |
getInputSeparator()
Returns the input separator to be used.
|
abstract int |
getNumOfKeyFields()
Returns the number of key fields.
|
void |
mapRedFinished() |
protected static final org.apache.commons.logging.Log LOG
protected volatile Throwable outerrThreadsThrowable
public Configuration getConfiguration()
public DataOutput getClientOutput()
public DataInput getClientInput()
public abstract byte[] getInputSeparator()
public abstract byte[] getFieldSeparator()
public abstract int getNumOfKeyFields()
public void configure(JobConf job)
public void mapRedFinished()
public String getContext()
Copyright © 2009 The Apache Software Foundation