asinkovits commented on a change in pull request #2906:
URL: https://github.com/apache/hive/pull/2906#discussion_r786948668



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
##########
@@ -589,6 +589,9 @@ public static ConfVars getMetaConf(String name) {
             "in which a warning is being raised if multiple worker version are 
detected.\n" +
             "The setting has no effect if the metastore.metrics.enabled is 
disabled \n" +
             "or the metastore.acidmetrics.thread.on is turned off."),
+    
COMPACTOR_METADATA_CACHE_TIMEOUT("metastore.compactor.metadata.cache.timeout",
+      "hive.metastore.compactor.metadata.cache.timeout", 60, TimeUnit.SECONDS,
+      "Number of seconds the table/partition metadata are cached by the 
compactor. Setting it to zero disables the feature."),

Review comment:
       Missed this, when removed partition caching. Fixed, thanks.




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

Reply via email to