public static class IntegrationTestBigLinkedList.Verify.VerifyMapper extends org.apache.hadoop.hbase.mapreduce.TableMapper<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
multipleUnevenColumnFamilies |
private org.apache.hadoop.io.BytesWritable |
ref |
private org.apache.hadoop.io.BytesWritable |
row |
| Constructor and Description |
|---|
VerifyMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(org.apache.hadoop.hbase.io.ImmutableBytesWritable key,
org.apache.hadoop.hbase.client.Result value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
private org.apache.hadoop.io.BytesWritable row
private org.apache.hadoop.io.BytesWritable ref
private boolean multipleUnevenColumnFamilies
public VerifyMapper()
protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
setup in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionInterruptedExceptionprotected void map(org.apache.hadoop.hbase.io.ImmutableBytesWritable key, org.apache.hadoop.hbase.client.Result value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result,org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable>IOExceptionInterruptedExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.