Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: trivial edits to hive.default.serde, change release number to 0.14 (HIVE-5976)

...

hive.default.serde
  • Default Value: org org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  • Added in: Hive 0.15 14 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 Registration of Native SerDes for more information for storage formats and SerDe'sSerDes.

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

...