Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add description of HIVE-5976

...

Enable capturing compiler read entity of transform URI which can be introspected in the semantic and exec hooks.

File Formats and I/O

hive.default.serde
  • Default Value: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  • Added in: Hive 0.15 with HIVE-5976

The default SerDe Hive will use for storage formats that do not specify a SerDe.  Storage formats that currently do not specify a SerDe include 'TextFile, RcFile'.  

See RegistrationofNativeSerDes for more information for storage formats and SerDe's.

hive.default.fileformat
  • Default Value: TextFile
  • Added In: Hive 0.2.0

...