deniskuzZ commented on code in PR #5174:
URL: https://github.com/apache/hive/pull/5174#discussion_r1551607577
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4756,6 +4756,10 @@ public static enum ConfVars {
"Class to use for calculating available slots during split
generation"),
HIVE_TEZ_GENERATE_CONSISTENT_SPLITS("hive.tez.input.generate.consistent.splits",
true,
"Whether to generate consistent split locations when generating splits
in the AM"),
+
HIVE_TEZ_SPLIT_FS_SERIALIZATION_THRESHOLD("hive.tez.split.fs.serialization.threshold",
524288,
Review Comment:
have no idea about the default size, you have more experience here
--
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]