saihemanth-cloudera commented on code in PR #5869: URL: https://github.com/apache/hive/pull/5869#discussion_r2159800139
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -942,6 +942,9 @@ public enum ConfVars { INIT_HOOKS("metastore.init.hooks", "hive.metastore.init.hooks", "", "A comma separated list of hooks to be invoked at the beginning of HMSHandler initialization. \n" + "An init hook is specified as the name of Java class which extends org.apache.riven.MetaStoreInitListener."), + INIT_METADATA_COUNT_ENABLED("metastore.initial.metadata.count.enabled", + "hive.metastore.initial.metadata.count.enabled", true, + "Enable a metadata count at metastore startup for metrics."), Review Comment: Shouldn't this be disabled by default in Hive 4.x+? -- 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