Package | Description |
---|---|
org.apache.hadoop.hive.contrib.serde2 | |
org.apache.hadoop.hive.hbase |
Implements an HBase storage handler for Hive.
|
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.hive.hcatalog.data |
Modifier and Type | Class and Description |
---|---|
class |
MultiDelimitSerDe
This SerDe allows user to use multiple characters as the field delimiter for a table.
|
class |
RegexSerDe
RegexSerDe uses regular expression (regex) to serialize/deserialize.
|
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 | Class and Description |
---|---|
class |
OrcSerde
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 | Class and Description |
---|---|
class |
MetadataTypedColumnsetSerDe
MetadataTypedColumnsetSerDe.
|
class |
OpenCSVSerde
OpenCSVSerde use opencsv to deserialize CSV format.
|
class |
RegexSerDe
RegexSerDe uses regular expression (regex) to deserialize data.
|
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 |
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 |
HCatRecordSerDe
SerDe class for serializing to and from HCatRecord
|
class |
JsonSerDe |
Copyright © 2017 The Apache Software Foundation. All rights reserved.