Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: move a parameter from text to table

...

HCatalog maintains a cache of HiveClients to talk to the metastore, managing a cache of 1 metastore client per thread, defaulting to an expiry of 120 seconds. For people that wish to modify the behaviour of this cache, a few parameters are provided:

PropertyDefaultDescription
hcatalog.hive.client.cache.expiry.time

...

120Allows users to override the expiry time specified -- this is an int, and specifies number of seconds

...

.

...

Description
PropertyDefault
hcatalog.hive.client.cache.disabledfalseAllows people to disable the cache altogether if they wish to. This is useful in highly multithreaded usecases. 

...