public class CompositeHBaseKeyFactory<T extends HBaseCompositeKey> extends DefaultHBaseKeyFactory
HiveStoragePredicateHandler.DecomposedPredicate| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
serdeParams, serializerhbaseParams, keyMapping, properties| Constructor and Description |
|---|
CompositeHBaseKeyFactory(Class<T> keyClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
configureJobConf(TableDesc tableDesc,
org.apache.hadoop.mapred.JobConf jobConf)
configure jobConf for this factory
|
T |
createKey(ObjectInspector inspector)
create custom object for hbase key
|
createKeyObjectInspector, init, serializeKeydecomposePredicateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecomposePredicatepublic void configureJobConf(TableDesc tableDesc, org.apache.hadoop.mapred.JobConf jobConf) throws IOException
HBaseKeyFactoryconfigureJobConf in interface HBaseKeyFactoryconfigureJobConf in class AbstractHBaseKeyFactoryIOExceptionpublic T createKey(ObjectInspector inspector) throws SerDeException
HBaseKeyFactorycreateKey in interface HBaseKeyFactorycreateKey in class DefaultHBaseKeyFactoryinspector - OI create by HBaseKeyFactory.createKeyObjectInspector(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo)SerDeExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.