Runtime configuration changes
There are a number of runtime configurations that Hive 3 does not support.
Remove unsupported configurations if explicitly set in scripts.
The following configurations supported in Hive 1 or 2 have been removed from Hive 3 and are not
    supported:
  - hive.limit.query.max.table.partition
 - hive.warehouse.subdir.inherit.perms
 - hive.stats.fetch.partition.stats
 
Development of an HBase metastore for Hive started in release 2.0.0, but the work has stopped
   and the code was removed from Hive 3.0.0. The following Hive Metastore HBase configurations have
   been removed and are not supported:
 - hive.metastore.hbase.cache.ttl
 - hive.metastore.hbase.catalog.cache.size
 - hive.metastore.hbase.aggregate.stats.cache.size
 - hive.metastore.hbase.aggregate.stats.max.partitions
 - hive.metastore.hbase.aggregate.stats.false.positive.probability
 - hive.metastore.hbase.aggregate.stats.max.variance
 - hive.metastore.hbase.cache.ttl
 - hive.metastore.hbase.cache.max.writer.wait
 - hive.metastore.hbase.cache.max.reader.wait
 - hive.metastore.hbase.cache.max.full
 - hive.metastore.hbase.catalog.cache.size
 - hive.metastore.hbase.aggregate.stats.cache.size
 - hive.metastore.hbase.aggregate.stats.max.partitions
 - hive.metastore.hbase.aggregate.stats.false.positive.probability
 - hive.metastore.hbase.aggregate.stats.max.variance
 - hive.metastore.hbase.cache.ttl
 - hive.metastore.hbase.cache.max.full
 - hive.metastore.hbase.cache.clean.until
 - hive.metastore.hbase.connection.class
 - hive.metastore.hbase.aggr.stats.cache.entries
 - hive.metastore.hbase.aggr.stats.memory.ttl
 - hive.metastore.hbase.aggr.stats.invalidator.frequency
 - hive.metastore.hbase.aggr.stats.hbase.ttl
 
