Class WALPlayer.WALKeyValueMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue>
org.apache.hadoop.hbase.mapreduce.WALPlayer.WALKeyValueMapper
- Enclosing class:
- WALPlayer
@Deprecated
static class WALPlayer.WALKeyValueMapper
extends org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue>
Deprecated.
A mapper that just writes out KeyValues. This one can be used together with
KeyValueSortReducer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
Deprecated.Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
map
(WALKey key, WALEdit value, org.apache.hadoop.mapreduce.Mapper<WALKey, WALEdit, ImmutableBytesWritable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.void
setup
(org.apache.hadoop.mapreduce.Mapper<WALKey, WALEdit, ImmutableBytesWritable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, run
-
Field Details
-
tableSet
Deprecated. -
multiTableSupport
Deprecated.
-
-
Constructor Details
-
WALKeyValueMapper
Deprecated.
-
-
Method Details
-
map
public void map(WALKey key, WALEdit value, org.apache.hadoop.mapreduce.Mapper<WALKey, WALEdit, throws IOExceptionImmutableBytesWritable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.- Overrides:
map
in classorg.apache.hadoop.mapreduce.Mapper<WALKey,
WALEdit, ImmutableBytesWritable, KeyValue> - Throws:
IOException
-
setup
public void setup(org.apache.hadoop.mapreduce.Mapper<WALKey, WALEdit, throws IOExceptionImmutableBytesWritable, KeyValue>.org.apache.hadoop.mapreduce.Mapper.Context context) Deprecated.- Overrides:
setup
in classorg.apache.hadoop.mapreduce.Mapper<WALKey,
WALEdit, ImmutableBytesWritable, KeyValue> - Throws:
IOException
-
WALPlayer.WALCellMapper
. Will be removed from 3.0 onwards