Review Request 51593: HIVE-14063 : Add beeline connection configuration file to automatically connect to HS2 using beeline

2016-09-01 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51593/ --- Review request for hive, Mohit Sabharwal, Sergio Pena, and Szehon Ho. Bugs: HIV

[jira] [Created] (HIVE-14693) Some paritions will be left out when partition number is the multiple of the option hive.msck.repair.batch.size

2016-09-01 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-14693: --- Summary: Some paritions will be left out when partition number is the multiple of the option hive.msck.repair.batch.size Key: HIVE-14693 URL: https://issues.apache.org/jira/browse/H

[jira] [Created] (HIVE-14692) Running some tests in MiniLlap with explain is dropping statistics

2016-09-01 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14692: Summary: Running some tests in MiniLlap with explain is dropping statistics Key: HIVE-14692 URL: https://issues.apache.org/jira/browse/HIVE-14692 Proj

Re: Review Request 51568: HIVE-13555 add nullif

2016-09-01 Thread Zoltan Haindrich
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51568/ --- (Updated Sept. 1, 2016, 11:30 p.m.) Review request for hive and Ashutosh Chauha

[jira] [Created] (HIVE-14691) Investigate removal of TestHBaseMinimrCliDriver

2016-09-01 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14691: - Summary: Investigate removal of TestHBaseMinimrCliDriver Key: HIVE-14691 URL: https://issues.apache.org/jira/browse/HIVE-14691 Project: Hive Issue Type: Su

[jira] [Created] (HIVE-14690) Query fail when hive.exec.parallel=true, with conflicting session dir

2016-09-01 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-14690: - Summary: Query fail when hive.exec.parallel=true, with conflicting session dir Key: HIVE-14690 URL: https://issues.apache.org/jira/browse/HIVE-14690 Project: Hive

[jira] [Created] (HIVE-14689) Failing test: TestCliDriver explainuser_3

2016-09-01 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14689: - Summary: Failing test: TestCliDriver explainuser_3 Key: HIVE-14689 URL: https://issues.apache.org/jira/browse/HIVE-14689 Project: Hive Issue Type: Sub-task

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51312/#review147610 --- Ship it! Think there's several issues which still need resolvin

[jira] [Created] (HIVE-14688) Hive drop call fails in presence of TDE

2016-09-01 Thread Deepesh Khandelwal (JIRA)
Deepesh Khandelwal created HIVE-14688: - Summary: Hive drop call fails in presence of TDE Key: HIVE-14688 URL: https://issues.apache.org/jira/browse/HIVE-14688 Project: Hive Issue Type: Bu

Review Request 51582: HIVE-12806: Use fully qualified name for table alias

2016-09-01 Thread Vineet Garg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51582/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-12806 https://issu

Re: Review Request 51568: HIVE-13555 add nullif

2016-09-01 Thread Gabor Szadovszky
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51568/#review147602 --- Ship it! Thanks for the patch. LGTM. - Gabor Szadovszky On S

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Siddharth Seth
> On Aug. 30, 2016, 10:35 p.m., Siddharth Seth wrote: > > llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java, > > line 554 > > > > > > The size of this collection is used t

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Siddharth Seth
> On Aug. 30, 2016, 10:36 p.m., Siddharth Seth wrote: > > Unrelated to this patch - Any idea why 'uniq' is static/ (private static > > final UUID uniq = UUID.randomUUID();) > > Sergey Shelukhin wrote: > it's daemon identity, so it's global per daemon Why is the daemon identity a static? Do

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51312/ --- (Updated Sept. 1, 2016, 6:35 p.m.) Review request for hive and Prasanth_J. Re

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Sergey Shelukhin
> On Aug. 30, 2016, 10:35 p.m., Siddharth Seth wrote: > > llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java, > > line 561 > > > > > > Here, as well as other places, a node

[jira] [Created] (HIVE-14687) Metastore API - Retrieving PrincipalPrivilegeSet Object using getPrivileges() method inside metastore Table class give Null value

2016-09-01 Thread Rahul Dhote (JIRA)
Rahul Dhote created HIVE-14687: -- Summary: Metastore API - Retrieving PrincipalPrivilegeSet Object using getPrivileges() method inside metastore Table class give Null value Key: HIVE-14687 URL: https://issues.apache.o

Not able to use IN clause in multiple partition

2016-09-01 Thread Santlal J Gupta
Hi, I am trying to use multiple partition column in IN clause using struct. I am getting StandardStructObjectInspector exception. I have tried below query. hive> create table partm(f1 int, f2 int) partitioned by (f3 int , f4 int) row format delimited fields terminated by ',' stored as textfi

[jira] [Created] (HIVE-14686) Get unexpected command type when execute query "CREATE TABLE IF NOT EXISTS ... AS"

2016-09-01 Thread Fan Yunbo (JIRA)
Fan Yunbo created HIVE-14686: Summary: Get unexpected command type when execute query "CREATE TABLE IF NOT EXISTS ... AS" Key: HIVE-14686 URL: https://issues.apache.org/jira/browse/HIVE-14686 Project: Hiv

[jira] [Created] (HIVE-14685) The daemon unique id in LlapZkRegistry should not be a static var

2016-09-01 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14685: - Summary: The daemon unique id in LlapZkRegistry should not be a static var Key: HIVE-14685 URL: https://issues.apache.org/jira/browse/HIVE-14685 Project: Hive

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Siddharth Seth
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51312/#review147548 --- Will look at the updated patch tomorrow. - Siddharth Seth On Au

Re: Review Request 51312: HIVE-14589 add consistent node replacement to LLAP for splits

2016-09-01 Thread Siddharth Seth
> On Aug. 30, 2016, 10:35 p.m., Siddharth Seth wrote: > > llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapZookeeperRegistryImpl.java, > > line 538 > > > > > > There's a lot of similar code to read

Re: Review Request 51397: HIVE-14536 Unit test code cleanup

2016-09-01 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51397/ --- (Updated Sept. 1, 2016, 7:12 a.m.) Review request for hive, Ashutosh Chauhan, G