deniskuzZ commented on code in PR #5174:
URL: https://github.com/apache/hive/pull/5174#discussion_r1553579910


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4756,6 +4756,13 @@ 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",
 268435456,

Review Comment:
   should it be `hive.tez.input.fs.serialization.threshold` similar to 
HIVE_TEZ_GENERATE_CONSISTENT_SPLITS(`hive.tez.input.generate.consistent.splits`?



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