public static class Import.KeyValueImporter extends TableMapper<ImmutableBytesWritable,KeyValue>
| Constructor and Description |
|---|
KeyValueImporter() |
| 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 IOException
row - The current table row key.value - The columns.context - The current context.IOException - When something is broken with the data.public void setup(Context context)