Anthony Hsu created HIVE-12978: ---------------------------------- Summary: Hive Metastore should have a config for starting background thread services Key: HIVE-12978 URL: https://issues.apache.org/jira/browse/HIVE-12978 Project: Hive Issue Type: New Feature Reporter: Anthony Hsu Assignee: Anthony Hsu
It would be convenient to have a configuration for setting custom background threads to run in the Hive Metastore. This could be useful for running custom monitoring, logging, or table/partition registration services. I propose adding a {{hive.metastore.thread.services}} config that takes a comma-separated list of classes that implement the {{MetaStoreThread}} interface, which the metastore would launch during start-up. -- This message was sent by Atlassian JIRA (v6.3.4#6332)