Package | Description |
---|---|
org.apache.hadoop.hive.accumulo |
Serde and InputFormat support for connecting Hive to Accumulo tables.
|
org.apache.hadoop.hive.accumulo.serde | |
org.apache.hadoop.hive.hbase |
Implements an HBase storage handler for Hive.
|
org.apache.hadoop.hive.hbase.struct | |
org.apache.hadoop.hive.serde2.columnar | |
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.lazybinary |
Modifier and Type | Class and Description |
---|---|
class |
LazyAccumuloRow
Parses column tuples in each AccumuloHiveRow and creates Lazy objects for each field.
|
Modifier and Type | Class and Description |
---|---|
class |
AccumuloCompositeRowId
AccumuloCompositeKey extension of LazyStruct.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseCompositeKey
HBaseCompositeKey extension of LazyStruct.
|
class |
LazyHBaseRow
LazyObject for storing an HBase row.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseStructValue
This is an extension of LazyStruct.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnarStruct
ColumnarStruct is different from LazyStruct in that ColumnarStruct's field
Object get parsed at its initialize time when call
ColumnarStructBase.init(BytesRefArrayWritable cols) , while LazyStruct parse fields in a
lazy way. |
class |
ColumnarStructBase |
class |
LazyBinaryColumnarStruct |
Modifier and Type | Class and Description |
---|---|
class |
LazyStruct
LazyObject for storing a struct.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyBinaryStruct
LazyBinaryStruct is serialized as follows: start A B A B A B end bytes[] ->
|-----|---------|--- ...
|
class |
LazyBinaryUnion
LazyBinaryUnion is serialized as follows: start TAG FIELD end bytes[] ->
|-----|---------|--- ...
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.