Mapper.Context
Constructor and Description |
---|
DelegatingMapper() |
Modifier and Type | Method and Description |
---|---|
void |
run(Mapper.Context context)
Expert users can override this method for more complete control over the
execution of the Mapper.
|
protected void |
setup(Mapper.Context context)
Called once at the beginning of the task.
|
protected void setup(Mapper.Context context) throws java.io.IOException, java.lang.InterruptedException
Mapper
public void run(Mapper.Context context) throws java.io.IOException, java.lang.InterruptedException
Mapper
Copyright © 2009 The Apache Software Foundation