WALPlayer.WALCellMapper
. Will be removed from 3.0 onwards@Deprecated static class WALPlayer.WALKeyValueMapper extends org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue>
KeyValueSortReducer
Modifier and Type | Field and Description |
---|---|
private byte[] |
table
Deprecated.
|
Constructor and Description |
---|
WALKeyValueMapper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
map(WALKey key,
WALEdit value,
org.apache.hadoop.mapreduce.Mapper.Context context)
Deprecated.
|
void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context)
Deprecated.
|
private byte[] table
WALKeyValueMapper()
public void map(WALKey key, WALEdit value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
map
in class org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue>
IOException
public void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
setup
in class org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue>
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.