You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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).


Config NameValueDescriptionConfig file
hive.metastore.client.cache.v2.enabled
trueThis property enabled a Caffaine Cache for Metastore clientMetastoreConf





More configs are in MetastoreConf.java file

  • No labels