saihemanth-cloudera commented on code in PR #6199:
URL: https://github.com/apache/hive/pull/6199#discussion_r2561206785
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1290,6 +1290,21 @@ public enum ConfVars {
"metastore.partition.management.table.pattern", "*",
"Automatic partition management will look for tables using the specified
table pattern"),
+
STATISTICS_MANAGEMENT_TASK_FREQUENCY("metastore.statistics.management.task.frequency",
+ "metastore.statistics.management.task.frequency",
+ 365, TimeUnit.DAYS, "Frequency at which timer task runs to do
automatic statistics management for tables\n" +
Review Comment:
Default frequency is too big. Can we make it 7 days?
--
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]