Author: thejas
Date: Thu Sep  4 18:40:14 2014
New Revision: 1622527

URL: http://svn.apache.org/r1622527
Log:
HIVE-7972 : hiveserver2 specific configuration file is not getting used (Thejas 
Nair, reviewed by Jason Dere)

Modified:
    hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java

Modified: 
hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java
URL: 
http://svn.apache.org/viewvc/hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java?rev=1622527&r1=1622526&r2=1622527&view=diff
==============================================================================
--- hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java 
(original)
+++ hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java 
Thu Sep  4 18:40:14 2014
@@ -131,6 +131,7 @@ public class HiveServer2 extends Composi
   }
 
   public static void main(String[] args) {
+    HiveConf.setLoadHiveServer2Config(true);
     try {
       ServerOptionsProcessor oproc = new ServerOptionsProcessor("hiveserver2");
       if (!oproc.process(args)) {


Reply via email to