Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Eliminate the approstophe on Serde's to fix anchor link.

...

NOTE: Apache Hive recommends that custom ObjectInspectors created for use with custom SerDes have a no-argument constructor in addition to their normal constructors for serialization purposes. See HIVE-5380 for more details.

Registration of Native

...

SerDes

As of Hive 0.14 a registration mechanism has been introduced for native Hive SerDe's.  This allows dynamic binding between a 'STORED AS' keyword in place of a triplet of {SerDe, InputFormat, and OutputFormat} specification, in CreateTable statements.

...