[jira] [Created] (HIVE-15183) Wrong result with NOT IN involving null values

2016-11-10 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-15183: -- Summary: Wrong result with NOT IN involving null values Key: HIVE-15183 URL: https://issues.apache.org/jira/browse/HIVE-15183 Project: Hive Issue Type: Bug

Re: Review Request 53593: HIVE-14089 complex type support in LLAP IO is broken

2016-11-10 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53593/#review155661 ---

Review Request 53662: HIVE-15167 remove SerDe interface; undeprecate Deserializer and Serializer

2016-11-10 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53662/ --- Review request for hive, Ashutosh Chauhan and Jason Dere. Repository: hive-git

[jira] [Created] (HIVE-15182) Move 'clause' rules from IdentifierParser to a different file

2016-11-10 Thread Zoltan Haindrich (JIRA)
Zoltan Haindrich created HIVE-15182: --- Summary: Move 'clause' rules from IdentifierParser to a different file Key: HIVE-15182 URL: https://issues.apache.org/jira/browse/HIVE-15182 Project: Hive

[jira] [Created] (HIVE-15181) buildQueryWithINClause didn't properly handle multiples of ConfVars.METASTORE_DIRECT_SQL_MAX_ELEMENTS_IN_CLAUSE

2016-11-10 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-15181: Summary: buildQueryWithINClause didn't properly handle multiples of ConfVars.METASTORE_DIRECT_SQL_MAX_ELEMENTS_IN_CLAUSE Key: HIVE-15181 URL:

[jira] [Created] (HIVE-15180) Update DbNotificationListener/MessageFactory to store additional information about metadata objects

2016-11-10 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-15180: --- Summary: Update DbNotificationListener/MessageFactory to store additional information about metadata objects Key: HIVE-15180 URL:

[jira] [Created] (HIVE-15179) Type description limited in size

2016-11-10 Thread Greg Hazel (JIRA)
Greg Hazel created HIVE-15179: - Summary: Type description limited in size Key: HIVE-15179 URL: https://issues.apache.org/jira/browse/HIVE-15179 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-15178) ORC stripe merge may produce many MR jobs and no merge if split size is small

2016-11-10 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-15178: --- Summary: ORC stripe merge may produce many MR jobs and no merge if split size is small Key: HIVE-15178 URL: https://issues.apache.org/jira/browse/HIVE-15178

Number of retained PreCommit runs

2016-11-10 Thread Siddharth Seth
Looks like we retain the last 10 runs at max. With tests running in less than an hour, very often, we end up with situations where test reports are not available? I suspect the 10 run limit is due to the size of the logs generated by each run - close to 6GB (on the ptest server). I think it will

Re: [DISCUSS] Yetus pre-commit tests

2016-11-10 Thread Siddharth Seth
Peter In terms of the modules - ignoring the time taken - I would vote for asflicense, author, findbugs, javac, maybe javadoc, wrhitespace. Not sure what checkstyle does, and some form of test4tests is already covered in ptest. This will at least help preventing new issues. Fixing the existing set

Review Request 53659: HIVE-15148 disallow loading data into bucketed tables (by default)

2016-11-10 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53659/ --- Review request for hive and Ashutosh Chauhan. Repository: hive-git

Re: [DISCUSS] Hive 1.2.2 bug fix release

2016-11-10 Thread Alan Gates
Note that now that Apache legal has decided that the JSON license is no longer acceptable we’ll have to fix that before we release. See https://issues.apache.org/jira/browse/HIVE-15144 for details. Alan. > On Nov 7, 2016, at 02:29, Vaibhav Gumashta wrote: > > Hi,

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Chaoyu Tang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52800/#review155616 --- Ship it! Ship It! - Chaoyu Tang On Nov. 10, 2016, 5:40

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52800/ --- (Updated Nov. 10, 2016, 5:40 p.m.) Review request for hive. Changes ---

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52800/ --- (Updated Nov. 10, 2016, 5:34 p.m.) Review request for hive. Changes ---

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Mohit Sabharwal
> On Nov. 8, 2016, 4:13 p.m., Chaoyu Tang wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/AlterHandler.java, line > > 86 > > > > > > I wonder if the API changes will cause some backward compatibility

[DISCUSS] Yetus pre-commit tests

2016-11-10 Thread Peter Vary
Hi there,Previously we discussed that it would be good to integrate some automated checks to the pre-commit flow.Alan Gates suggested Apache Yetus and I checked what it can do for us (Yetus 0.3.0).The good things that I have found:Several existing tests (asflicense, author, checkstyle, findbugs,

[jira] [Created] (HIVE-15177) Authentication with hive fails when kerberos auth type is set to fromSubject and principal contains _HOST

2016-11-10 Thread Subrahmanya (JIRA)
Subrahmanya created HIVE-15177: -- Summary: Authentication with hive fails when kerberos auth type is set to fromSubject and principal contains _HOST Key: HIVE-15177 URL:

Re: Review Request 52800: HIVE-13966: DbNotificationListener: can loose DDL operation notifications

2016-11-10 Thread Chaoyu Tang
> On Nov. 8, 2016, 4:13 p.m., Chaoyu Tang wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/AlterHandler.java, line > > 86 > > > > > > I wonder if the API changes will cause some backward compatibility

Re: Review Request 53646: HIVE-15176: Small typo in hiveserver2 webui

2016-11-10 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53646/#review155575 --- Ship it! Ship It! - Peter Vary On Nov. 10, 2016, 1:28 p.m.,

Review Request 53646: HIVE-15176: Small typo in hiveserver2 webui

2016-11-10 Thread Miklos Csanady
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53646/ --- Review request for hive, Sergio Pena and Vihang Karajgaonkar. Bugs: HIVE-15176

Re: Review Request 53609: HIVE-15168: Flaky test: TestSparkClient.testJobSubmission (still flaky)

2016-11-10 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53609/#review155572 --- Ship it! Thanks for the patch! - Peter Vary On nov. 10,

[jira] [Created] (HIVE-15176) Small typo in hiveserver2 webui

2016-11-10 Thread Miklos Csanady (JIRA)
Miklos Csanady created HIVE-15176: - Summary: Small typo in hiveserver2 webui Key: HIVE-15176 URL: https://issues.apache.org/jira/browse/HIVE-15176 Project: Hive Issue Type: Bug

Re: Review Request 53609: HIVE-15168: Flaky test: TestSparkClient.testJobSubmission (still flaky)

2016-11-10 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53609/ --- (Updated Nov. 10, 2016, 10:31 a.m.) Review request for hive, Rui Li and Xuefu

Re: Review Request 53609: HIVE-15168: Flaky test: TestSparkClient.testJobSubmission (still flaky)

2016-11-10 Thread Barna Zsombor Klara
> On Nov. 9, 2016, 4:48 p.m., Peter Vary wrote: > > spark-client/src/test/java/org/apache/hive/spark/client/rpc/TestRpc.java, > > line 39 > > > > > > nit: Is this import is used after this change? Yes, Future is