Class Import.KeyValueSortImporter
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable,Result,KEYOUT,VALUEOUT>
org.apache.hadoop.hbase.mapreduce.TableMapper<Import.KeyValueWritableComparable,KeyValue>
org.apache.hadoop.hbase.mapreduce.Import.KeyValueSortImporter
- Enclosing class:
- Import
@Deprecated
public static class Import.KeyValueSortImporter
extends TableMapper<Import.KeyValueWritableComparable,KeyValue>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
map
(ImmutableBytesWritable row, Result value, org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, Import.KeyValueWritableComparable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.void
setup
(org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, Import.KeyValueWritableComparable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, run
-
Field Details
-
cfRenameMap
Deprecated. -
filter
Deprecated. -
LOG
Deprecated.
-
-
Constructor Details
-
KeyValueSortImporter
public KeyValueSortImporter()Deprecated.
-
-
Method Details
-
map
public void map(ImmutableBytesWritable row, Result value, org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, throws IOExceptionImport.KeyValueWritableComparable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.- Overrides:
map
in classorg.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable,
Result, Import.KeyValueWritableComparable, KeyValue> - Parameters:
row
- The current table row key.value
- The columns.context
- The current context.- Throws:
IOException
- When something is broken with the data.
-
setup
public void setup(org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, throws IOExceptionImport.KeyValueWritableComparable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.- Overrides:
setup
in classorg.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable,
Result, Import.KeyValueWritableComparable, KeyValue> - Throws:
IOException
-
Import.CellSortImporter
. Will be removed from 3.0 onwards