----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26218/#review55057 -----------------------------------------------------------
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java <https://reviews.apache.org/r/26218/#comment95393> Maybe I'm just being dense, but does "same lifecycle" mean the same lifecycle as HS2? - Lefty Leverenz On Oct. 1, 2014, 7:24 a.m., Navis Ryu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26218/ > ----------------------------------------------------------- > > (Updated Oct. 1, 2014, 7:24 a.m.) > > > Review request for hive. > > > Bugs: HIVE-8319 > https://issues.apache.org/jira/browse/HIVE-8319 > > > Repository: hive-git > > > Description > ------- > > NO PRECOMMIT TESTS > > Register services to hiveserver2, for example, > {noformat} > <property> > <name>hive.server2.service.classes<name> > > <value>com.nexr.hive.service.HiveStatus,com.nexr.hive.service.AzkabanService<value> > </property> > <property> > <name>azkaban.ssl.port<name> > <name>...<name> > </property> > {noformat} > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b0cb98b > ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 155002a > ql/src/java/org/apache/hadoop/hive/ql/hooks/HookUtils.java 390ffd9 > service/src/java/org/apache/hive/service/server/HiveServer2.java c667533 > > Diff: https://reviews.apache.org/r/26218/diff/ > > > Testing > ------- > > > Thanks, > > Navis Ryu > >