Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add internal links for hive.metastore.limit.partition.request and hive.limit.query.max.table.partition

...

This limits the number of partitions that can be requested from the Metastore for a given table. A query will not be executed if it attempts to fetch more partitions per table than the limit configured. A value of "-1" means unlimited. This parameter is preferred over hive.limit.query.max.table.partition (deprecated).

hive.limit.query.max.table.partition

To protect the cluster, this controls how many partitions can be scanned for each partitioned table. The default value "-1" means no limit. The limit on partitions does not affect metadata-only queries.

...