klcopp commented on a change in pull request #3127:
URL: https://github.com/apache/hive/pull/3127#discussion_r834189474
##########
File path:
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -417,6 +417,10 @@ public static ConfVars getMetaConf(String name) {
"hive.compactor.history.retention.succeeded", 3,
new RangeValidator(0, 100), "Determines how many successful compaction
records will be " +
"retained in compaction history for a given table/partition."),
+
COMPACTOR_HISTORY_RETENTION_REFUSED("metastore.compactor.history.retention.refused",
+ "hive.compactor.history.retention.refused", 3,
+ new RangeValidator(0, 100), "Determines how many refused compaction
records will be " +
+ "retained in compaction history for a given table/partition."),
COMPACTOR_HISTORY_RETENTION_TIMEOUT("metastore.compactor.history.retention.timeout",
"hive.compactor.history.retention.timeout", 7, TimeUnit.DAYS,
"Determines how long failed and not initiated compaction records
will be " +
Review comment:
"Refused" should be listed here as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]