deniskuzZ commented on code in PR #4970: URL: https://github.com/apache/hive/pull/4970#discussion_r1436071541
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -293,6 +296,9 @@ public enum ConfVars { ACID_HOUSEKEEPER_SERVICE_INTERVAL("metastore.acid.housekeeper.interval", "hive.metastore.acid.housekeeper.interval", 60, TimeUnit.SECONDS, "Time interval describing how often the acid housekeeper runs."), + ACID_COMPACTION_HOUSEKEEPER_SERVICE_INTERVAL("metastore.acid.compaction.housekeeper.interval", Review Comment: simply `COMPACTION_HOUSEKEEPER_SERVICE_INTERVAL`, metastore.compaction.housekeeper.interval ########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -293,6 +296,9 @@ public enum ConfVars { ACID_HOUSEKEEPER_SERVICE_INTERVAL("metastore.acid.housekeeper.interval", "hive.metastore.acid.housekeeper.interval", 60, TimeUnit.SECONDS, "Time interval describing how often the acid housekeeper runs."), + ACID_COMPACTION_HOUSEKEEPER_SERVICE_INTERVAL("metastore.acid.compaction.housekeeper.interval", Review Comment: simply `COMPACTION_HOUSEKEEPER_SERVICE_INTERVAL`, `metastore.compaction.housekeeper.interval` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org