Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add hive.metastore.integral.jdo.pushdown (HIVE-6070)

...

Defines what happens when plugin bundles are found and are duplicated EXCEPTION: EXCEPTION, LOG, or NONE.

hive.metastore.warehouse.dir

...

For more information, see Metastore Schema Consistency and Upgrades.

hive.metastore.integral.jdo.pushdown
  • Default Value: false
  • Added In: Hive 0.13.0 with HIVE-6052

Allow JDO query pushdown for integral partition columns in metastore. Off by default. This improves metastore performance for integral columns, especially if there's a large number of partitions. However, it doesn't work correctly with integral values that are not normalized (e.g. have leading zeroes, like 0012). If metastore direct SQL is enabled and works, this optimization is also irrelevant.

Indexing

hive.index.compact.file.ignore.hdfs

...