Versions Compared

Key

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

...

Use zerocopy reads with ORC. (This requires Hadoop 2.3 or later.)

hive.merge.orcfile.stripe.level
  • Default Value: true
  • Added In: Hive 0.14.0 with HIVE-7509

When hive.merge.mapfiles, hive.merge.mapredfiles or hive.merge.tezfiles is enabled while writing a table with ORC file format, enabling this config will do stripe level fast merge for small ORC files. Note that enabling this config will not honor padding tolerance config (hive.exec.orc.block.padding.tolerance).

MetaStore

hive.metastore.local

...