Advanced Hive configuration parameters for Hive ACID table replication policies

You can configure the additional Hive service configuration parameters as necessary.

  1. Configure the event time to live (TTL) parameter to 7 days.
    1. Go to the Cloudera Manager > Clusters > Hive to Tez service > Configuration page.
    2. Search for the Hive Service Advanced Configuration Snippet (Safety Valve) for hive.site.xml property.
    3. Enter the hive.metastore.event.db.listener.timetolive parameter and value as 1. The unit for the parameter is days.
    4. Enter the hive.repl.cm.retain parameter and value as 1d. The unit for the parameter is days.
  2. Configure the metastore.scheduled.queries.execution.timeout parameter to 600 seconds.
  3. Configure the metastore.housekeeping.threads.on parameter to true.
  4. Restart the services after you configure the parameters.