dengzhhu653 commented on code in PR #5950:
URL: https://github.com/apache/hive/pull/5950#discussion_r2430881136
##########
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:
if we are not able to access HiveConf HIVE_MERGE_MAP_FILES_AVG_SIZE in
Metastore, we can use `conf.get("hive.merge.smallfiles.avgsize", "16000000")`
compared a new property
--
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]