abstractdog commented on code in PR #3523:
URL: https://github.com/apache/hive/pull/3523#discussion_r1003072964
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -5637,7 +5637,10 @@ public static enum ConfVars {
HIVE_ADDITIONAL_CONFIG_FILES("hive.additional.config.files", "",
"The names of additional config files, such as ldap-site.xml," +
- "tez-site.xml, etc in comma separated list.");
+ "tez-site.xml, etc in comma separated list."),
Review Comment:
can you add this a bit closer to another hive.tez.* options instead of the
end of list?
--
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]