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.
Use WALPlayer.WALCellMapper. Will be removed from 3.0 onwards
A mapper that just writes out KeyValues. This one can be used together with KeyValueSortReducer