Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix link to Row Formats & SerDe after heading changed in DDL doc

...

See Hive SerDe for an introduction to SerDes.

Built-in and Custom SerDes

Anchor
Built-in, Third-Party, and Custom SerDes
Built-in, Third-Party, and Custom SerDes
The Hive SerDe library is in org.apache.hadoop.hive.serde2. (The old SerDe library in org.apache.hadoop.hive.serde is deprecated.)

...

Note: For Hive releases prior to 0.12, Amazon provides a JSON SerDe available at s3://elasticmapreduce/samples/hive-ads/libs/jsonserde.jar.

Custom SerDes

For information about custom SerDes, see How to Write Your Own SerDe in the Developer Guide.

...

For the HiveQL statements that specify SerDes and their properties, see Create Table (particularly Row Format, Storage Format, and Formats & SerDe) and Alter Table (Add SerDe Properties).

...