Package | Description |
---|---|
org.apache.hadoop.hive.accumulo.serde | |
org.apache.hadoop.hive.contrib.serde2 | |
org.apache.hadoop.hive.hbase |
Implements an HBase storage handler for Hive.
|
org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
org.apache.hadoop.hive.ql.exec.vector | |
org.apache.hadoop.hive.ql.io.orc |
The Optimized Row Columnar (ORC) File Format.
|
org.apache.hadoop.hive.ql.io.parquet.serde | |
org.apache.hadoop.hive.serde2 | |
org.apache.hadoop.hive.serde2.avro | |
org.apache.hadoop.hive.serde2.binarysortable | |
org.apache.hadoop.hive.serde2.columnar | |
org.apache.hadoop.hive.serde2.dynamic_type | |
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.lazybinary | |
org.apache.hadoop.hive.serde2.thrift | |
org.apache.hive.hcatalog.data |
Modifier and Type | Class and Description |
---|---|
class |
AccumuloSerDe
Deserialization from Accumulo to LazyAccumuloRow for Hive.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiDelimitSerDe
This SerDe allows user to use multiple characters as the field delimiter for a table.
|
class |
TypedBytesSerDe
TypedBytesSerDe uses typed bytes to serialize/deserialize.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseSerDe
HBaseSerDe can be used to serialize object into an HBase table and
deserialize objects from an HBase table.
|
Modifier and Type | Field and Description |
---|---|
protected Serializer |
ReduceSinkOperator.keySerializer |
protected Serializer |
FileSinkOperator.serializer |
protected Serializer |
AppMasterEventOperator.serializer |
protected Serializer |
ReduceSinkOperator.valueSerializer |
Modifier and Type | Class and Description |
---|---|
class |
VectorizedColumnarSerDe
VectorizedColumnarSerDe is used by Vectorized query execution engine
for columnar based storage supported by RCFile.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcSerde
A serde class for ORC.
|
class |
VectorizedOrcSerde
A serde class for ORC.
|
Modifier and Type | Class and Description |
---|---|
class |
ParquetHiveSerDe
A ParquetHiveSerDe for Hive (with the deprecated package mapred)
|
Modifier and Type | Interface and Description |
---|---|
interface |
SerDe
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncodingAwareSerDe
AbstractEncodingAwareSerDe aware the encoding from table properties,
transform data from specified charset to UTF-8 during serialize, and
transform data from UTF-8 to specified charset during deserialize.
|
class |
AbstractSerDe
Abstract class for implementing SerDe.
|
class |
AbstractSerializer
Abstract class for implementing Serializer.
|
class |
ByteStreamTypedSerDe
ByteStreamTypedSerDe.
|
class |
DelimitedJSONSerDe
DelimitedJSONSerDe.
|
class |
MetadataTypedColumnsetSerDe
MetadataTypedColumnsetSerDe.
|
class |
NullStructSerDe
Placeholder SerDe for cases where neither serialization nor deserialization is needed
|
class |
OpenCSVSerde
OpenCSVSerde use opencsv to deserialize CSV format.
|
class |
RegexSerDe
RegexSerDe uses regular expression (regex) to deserialize data.
|
class |
TypedSerDe
TypedSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroSerDe
Read or write Avro data from Hive.
|
Modifier and Type | Class and Description |
---|---|
class |
BinarySortableSerDe
BinarySortableSerDe can be used to write data in a way that the data can be
compared byte-by-byte with the same order.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnarSerDe
ColumnarSerDe is used for columnar based storage supported by RCFile.
|
class |
ColumnarSerDeBase |
class |
LazyBinaryColumnarSerDe
LazyBinaryColumnarSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicSerDe
DynamicSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
LazySimpleSerDe
LazySimpleSerDe can be used to read the same data format as
MetadataTypedColumnsetSerDe and TCTLSeparatedProtocol.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyBinarySerDe
The LazyBinarySerDe class combines the lazy property of LazySimpleSerDe class
and the binary property of BinarySortable class.
|
Modifier and Type | Class and Description |
---|---|
class |
ThriftByteStreamTypedSerDe
ThriftByteStreamTypedSerDe.
|
Modifier and Type | Class and Description |
---|---|
class |
HCatRecordSerDe
SerDe class for serializing to and from HCatRecord
|
class |
JsonSerDe |
Copyright © 2017 The Apache Software Foundation. All rights reserved.