Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: revise hive.default.fileformat (add AVRO & releases), link to Create Table section of DDL doc

...

Default file format for CREATE TABLE statement. Options are TextFile, SequenceFile, RCfile, and ORC.

Users can explicitly say CREATE TABLE ... STORED AS TEXTFILE|SEQUENCEFILE|RCFILE|ORC|AVRO|INPUTFORMAT...OUTPUTFORMAT... to override. (RCFILE was added in Hive 0.6.0, ORC in 0.11.0, and AVRO in 0.14.0.) See Row Format, Storage Format, and SerDe for details.

hive.fileformat.check
  • Default Value: true
  • Added In: Hive 0.5.0

...