Package | Description |
---|---|
org.apache.hadoop.hive.hbase |
Implements an HBase storage handler for Hive.
|
org.apache.hadoop.hive.hbase.struct |
Modifier and Type | Method and Description |
---|---|
List<HBaseValueFactory> |
HBaseSerDeParameters.getValueFactories() |
Modifier and Type | Method and Description |
---|---|
static ObjectInspector |
HBaseLazyObjectFactory.createLazyHBaseStructInspector(LazySerDeParameters serdeParams,
int index,
HBaseKeyFactory keyFactory,
List<HBaseValueFactory> valueFactories) |
Modifier and Type | Class and Description |
---|---|
class |
AvroHBaseValueFactory
Avro specific implementation of the
HBaseValueFactory |
class |
DefaultHBaseValueFactory
Default implementation of the
HBaseValueFactory |
class |
StructHBaseValueFactory<T extends HBaseStructValue>
Implementation of
HBaseValueFactory to consume a custom struct |
Copyright © 2017 The Apache Software Foundation. All rights reserved.