KEYOUT - The type of the key.VALUEOUT - The type of the value.@InterfaceAudience.Public
public abstract class TableMapper<KEYOUT,VALUEOUT>
extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result,KEYOUT,VALUEOUT>
Mapper class to add the required input key
and value classes.Mapper| Constructor and Description |
|---|
TableMapper() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.