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


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4895,7 +4895,7 @@ public static enum ConfVars {
         "(size/arena_count) bytes. This size must be <= 1Gb and >= max 
allocation; if it is\n" +
         "not the case, an adjusted size will be used. Using powers of 2 is 
recommended."),
     LLAP_IO_MEMORY_MAX_SIZE("hive.llap.io.memory.size", "1Gb", new 
SizeValidator(),
-        "Maximum size for IO allocator or ORC low-level cache.", 
"hive.llap.io.cache.orc.size"),
+        "Maximum size for IO allocator or ORC low-level cache."),

Review Comment:
   why should we remove the altName for this config? i think that was kept for 
backward compatibility



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