You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2014/09/04 20:40:14 UTC

svn commit: r1622527 - /hive/trunk/service/src/java/org/apache/hive/service/server/HiveServer2.java

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