public static class DistributedPentomino.PentMap extends Mapper<WritableComparable<?>,Text,Text,Text>
Mapper.Context| Constructor and Description |
|---|
DistributedPentomino.PentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(WritableComparable<?> key,
Text value,
Mapper.Context context)
Break the prefix string into moves (a sequence of integer row ids that
will be selected for each column in order).
|
void |
setup(Mapper.Context context)
Called once at the beginning of the task.
|
public void map(WritableComparable<?> key, Text value, Mapper.Context context) throws IOException
map in class Mapper<WritableComparable<?>,Text,Text,Text>IOExceptionpublic void setup(Mapper.Context context)
MapperCopyright © 2013 Apache Software Foundation. All rights reserved.