Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

hive.query.result.fileformat
  • Default Value:   TextFile
  • Added In: Hive 0.7.0 with HIVE-1598

File format to use for a query's intermediate results. Options are TextFile, SequenceFile, and RCfile.  Set to SequenceFile if any columns are string type and contain new-line characters Default value is changed to SequenceFile since Hive 2.1.0 (HIVE-1608HIVE-3065).

RCFile Format

hive.io.rcfile.record.interval

...