----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17471/#review33066 -----------------------------------------------------------
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java <https://reviews.apache.org/r/17471/#comment62299> Small nit: Generally the format used till now in HiveServer2 property names is like: HIVE_SERVER2_USE_SSL("hive.server2.use.SSL", false). - Vaibhav Gumashta On Jan. 28, 2014, 10:34 p.m., Vikram Dixit Kumaraswamy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17471/ > ----------------------------------------------------------- > > (Updated Jan. 28, 2014, 10:34 p.m.) > > > Review request for hive. > > > Bugs: HIVE-6325 > https://issues.apache.org/jira/browse/HIVE-6325 > > > Repository: hive-git > > > Description > ------- > > Enable using multiple concurrent sessions in tez. > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 84ee78f > itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestUtil.java 9ad5986 > ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionState.java > PRE-CREATION > ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionPoolManager.java > PRE-CREATION > ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionState.java b8552a3 > ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezSessionStateFactory.java > PRE-CREATION > ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java c6f431c > ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java d7edda1 > ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionPool.java > PRE-CREATION > service/src/java/org/apache/hive/service/server/HiveServer2.java fa13783 > > Diff: https://reviews.apache.org/r/17471/diff/ > > > Testing > ------- > > Added multi-threaded junit tests. > > > Thanks, > > Vikram Dixit Kumaraswamy > >