Apache Hive : Hive Configurations

Last updated: December 12, 2024

Apache Hive : Hive Configurations

Hive has more than 1600 configs around the service. The hive-site.xml contains the default configurations for the service. In this config file, you can change the configs. Every config change needs to restart the service(s).

Here you can find the most important configurations and default values.

Config NameDefault ValueDescriptionConfig file
hive.metastore.client.cache.v2.enabledtrueThis property enabled a Caffaine Cache for Metastore clientMetastoreConf

More configs are in MetastoreConf.java file