Import.CellSortImporter. Will be removed from 3.0 onwards@Deprecated public static class Import.KeyValueSortImporter extends TableMapper<Import.KeyValueWritableComparable,org.apache.hadoop.hbase.KeyValue>
| Constructor and Description |
|---|
KeyValueSortImporter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
map(org.apache.hadoop.hbase.io.ImmutableBytesWritable row,
org.apache.hadoop.hbase.client.Result value,
org.apache.hadoop.mapreduce.Mapper.Context context)
Deprecated.
|
void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context)
Deprecated.
|
public void map(org.apache.hadoop.hbase.io.ImmutableBytesWritable row,
org.apache.hadoop.hbase.client.Result value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException
map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result,Import.KeyValueWritableComparable,org.apache.hadoop.hbase.KeyValue>row - The current table row key.value - The columns.context - The current context.IOException - When something is broken with the data.public void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException
setup in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result,Import.KeyValueWritableComparable,org.apache.hadoop.hbase.KeyValue>IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.