Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: doc 3 hive.orc configs for HIVE-6128; add Tez design doc link; change caps in hive.default.fileformat values to match HiveConf.java

...

Chooses execution engine. Options are: mr (Map reduce, default) or tez (Tez execution, for Hadoop 2 only).

...

Default file format for CREATE TABLE statement. Options are TextFile, SequenceFile, RCFileRCfile, and OrcORC. Users can explicitly say CREATE TABLE ... STORED AS TEXTFILE|SEQUENCEFILE|RCFILE|ORC to override.

...

Whether to check file format or not when loading data files.

hive.orc.splits.include.file.footer

If turned on, splits generated by ORC will include metadata about the stripes in the file. This data is read remotely (from the client or HiveServer2 machine) and sent to all the tasks.

hive.orc.cache.stripe.details.size

Cache size for keeping meta information about ORC splits cached in the client.

hive.orc.compute.splits.num.threads

How many threads ORC should use to create splits in parallel.

hive.map.aggr
  • Default Value: true
  • Added In:

...