DanielZhu58 commented on code in PR #5950:
URL: https://github.com/apache/hive/pull/5950#discussion_r2435021512
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1821,6 +1821,10 @@ public enum ConfVars {
"A ZooKeeper instance must be up and running when using zookeeper
Hive lock manager "),
HIVE_TXN_STATS_ENABLED("hive.txn.stats.enabled", "hive.txn.stats.enabled",
true,
"Whether Hive supports transactional stats (accurate stats for
transactional tables)"),
+ MSCK_SMALLFILES_AVG_SIZE("metastore.msck.smallfiles.avgsize",
"metastore.msck.smallfiles.avgsize", (long) (16 * 1000 * 1000),
Review Comment:
This is part of the design of this PR. We can add this conf here, it can
also be used in any future use.
--
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]