You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/13 00:11:26 UTC

[Hadoop Wiki] Update of "SerDe" by PeterSankauskas

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "SerDe" page has been changed by PeterSankauskas.
http://wiki.apache.org/hadoop/SerDe

--------------------------------------------------

New page:
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.

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