Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove broken link to old doc

Storage Formats

Table of Contents

SerDes and Storage Formats

HCatalog uses Hive's SerDe class to serialize and deserialize data. SerDes are provided for RCFile, CSV text, JSON text, and SequenceFile and ORC formats. Check the Hive SerDe documentation for additional SerDes that might be included in new versions. For example, the Avro SerDe was added in Hive 0.9.1 and , the ORC file format was added in Hive 0.11.0, and Parquet was added in Hive 0.10.0 (plug-in) and Hive 0.13.0 (native).

Users can write SerDes for custom formats using these instructions in the Hive SerDe documentation:

...

See HCATALOG-436 for details.

 

Panel
titleColorindigo
titleBGColorsilver
titleNavigation Links

Previous: Command Line Interface
Next: Dynamic Partitioning

SerDe general information: Hive SerDe
SerDe details: SerDe
SerDe DDL: Row Format, Storage Format, and SerDe

General: HCatalog ManualWebHCat ManualHive Wiki HomeHive Project Site
Old version of this document (HCatalog 0.5.0): Storage Formats