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


##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -198,8 +199,9 @@ public static class EncoderDecoderFactory {
 
     // Look for hive-site.xml on the CLASSPATH and log its location if found.
     hiveSiteURL = findConfigFile(classLoader, "hive-site.xml", true);
-    hivemetastoreSiteUrl = findConfigFile(classLoader, 
"hivemetastore-site.xml", false);
-    hiveServer2SiteUrl = findConfigFile(classLoader, "hiveserver2-site.xml", 
false);
+    hivemetastoreSiteUrl = findConfigFile(classLoader, 
"hivemetastore-site.xml", true);

Review Comment:
   could we please use camel-case?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to