Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add links to Getting Started (for RegEx), DDL doc, and Thrift website

...

SerDe is short for Serializer/Deserializer. A SerDe allows Hive to read in data from a table, and write it back out to HDFS in any custom format. Anyone can write their own SerDe for their own data formats.

See Hive SerDe for an introduction to SerDes. For HiveQL specifying SerDes and their properties, see Create Table (particularly Row Format, Storage Format, and SerDe) and Alter Table (Add SerDe Properties).

Built-in SerDes

...