Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.a

For JSON files, Amazon has provided a JSON SerDe available at:
s3://elasticmapreduce/samples/hive-ads/libs/jsonserde.jar

...