Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add toc

Table of Contents

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.

...