Import.CellImporter. Will be removed from 3.0 onwards@Deprecated public static class Import.KeyValueImporter extends TableMapper<ImmutableBytesWritable,KeyValue>
| Constructor and Description |
|---|
KeyValueImporter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
map(ImmutableBytesWritable row,
Result value,
Context context)
Deprecated.
|
void |
setup(Context context)
Deprecated.
|
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)