public static class Import.CellImporter extends TableMapper<ImmutableBytesWritable,Cell>
| Constructor and Description |
|---|
CellImporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(ImmutableBytesWritable row,
Result value,
Context context) |
void |
setup(Context context) |
public void map(ImmutableBytesWritable row,
Result value,
Context context)
throws java.io.IOException
row - The current table row key.value - The columns.context - The current context.java.io.IOException - When something is broken with the data.public void setup(Context context)