dengzhhu653 commented on code in PR #5991:
URL: https://github.com/apache/hive/pull/5991#discussion_r2229817874


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1257,6 +1257,10 @@ public enum ConfVars {
 
 
     // Partition management task params
+    PARTITION_MANAGEMENT_ENABLE("metastore.partition.management.enable", 
"hive.metastore.partition.management.enable",

Review Comment:
   I would prefer the `metastore.partition.management.task.frequency`, simply 
making it as 0 or -1, can achieve the same purpose with a new property setting 
as false explicitly, without adding extra document to train the user.
   
   We should add the `freq > 0` validation in `HouseKeepingTasks`.



-- 
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

Reply via email to