[jira] [Created] (HIVE-14236) CTAS with UNION ALL puts the wrong stats + count(*) = 0

2016-07-13 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-14236: -- Summary: CTAS with UNION ALL puts the wrong stats + count(*) = 0 Key: HIVE-14236 URL: https://issues.apache.org/jira/browse/HIVE-14236 Project: Hive

[jira] [Created] (HIVE-14235) create shaded standalone jdbc jar

2016-07-13 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-14235: Summary: create shaded standalone jdbc jar Key: HIVE-14235 URL: https://issues.apache.org/jira/browse/HIVE-14235 Project: Hive Issue Type: Bug

Re: Review Request 49288: HIVE-11402 HS2 - disallow parallel query execution within a single Session

2016-07-13 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49288/ --- (Updated July 14, 2016, 1:01 a.m.) Review request for hive and Thejas Nair.

[jira] [Created] (HIVE-14234) TestHiveMetaStorePartitionSpecs does not drop database created in this test causes other test failure

2016-07-13 Thread niklaus xiao (JIRA)
niklaus xiao created HIVE-14234: --- Summary: TestHiveMetaStorePartitionSpecs does not drop database created in this test causes other test failure Key: HIVE-14234 URL: https://issues.apache.org/jira/browse/HIVE-14234

[jira] [Created] (HIVE-14233) Improve vectorization for ACID by eliminating row-by-row stitching

2016-07-13 Thread Saket Saurabh (JIRA)
Saket Saurabh created HIVE-14233: Summary: Improve vectorization for ACID by eliminating row-by-row stitching Key: HIVE-14233 URL: https://issues.apache.org/jira/browse/HIVE-14233 Project: Hive

[jira] [Created] (HIVE-14232) Kryo: Perflogger is not transient in MapJoinOperator

2016-07-13 Thread Gopal V (JIRA)
Gopal V created HIVE-14232: -- Summary: Kryo: Perflogger is not transient in MapJoinOperator Key: HIVE-14232 URL: https://issues.apache.org/jira/browse/HIVE-14232 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14231) timestamp support is limited to 4 digit year

2016-07-13 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-14231: Summary: timestamp support is limited to 4 digit year Key: HIVE-14231 URL: https://issues.apache.org/jira/browse/HIVE-14231 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14230) Hadoop23Shims.cloneUgi() doesn't add credentials from original UGI

2016-07-13 Thread Jason Dere (JIRA)
Jason Dere created HIVE-14230: - Summary: Hadoop23Shims.cloneUgi() doesn't add credentials from original UGI Key: HIVE-14230 URL: https://issues.apache.org/jira/browse/HIVE-14230 Project: Hive

Re: Review Request 49288: HIVE-11402 HS2 - disallow parallel query execution within a single Session

2016-07-13 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49288/#review142125 ---

Asking for permissions to edit wiki

2016-07-13 Thread Tao Li
Hi, I am from Hortonworks and just started working on Hive. I would like to be granted permissions to edit the wiki page so that I can make some contributions there. Please help. Thanks.

Re: Review Request 49288: HIVE-11402 HS2 - disallow parallel query execution within a single Session

2016-07-13 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49288/ --- (Updated July 13, 2016, 8:57 p.m.) Review request for hive and Thejas Nair.

[jira] [Created] (HIVE-14229) the jars in hive.aux.jar.paths are not added to HiveServer2 classpath

2016-07-13 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-14229: --- Summary: the jars in hive.aux.jar.paths are not added to HiveServer2 classpath Key: HIVE-14229 URL: https://issues.apache.org/jira/browse/HIVE-14229 Project: Hive

Re: Review Request 49728: HIVE-14172 LLAP: force evict blocks by size to handle memory fragmentation

2016-07-13 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49728/#review142109 --- Ship it!

Re: Review Request 49728: HIVE-14172 LLAP: force evict blocks by size to handle memory fragmentation

2016-07-13 Thread Sergey Shelukhin
> On July 13, 2016, 4:54 p.m., Gopal V wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelLrfuCachePolicy.java, > > line 229 > > > > > > Race condition? hmm? :) - Sergey

Re: Review Request 49728: HIVE-14172 LLAP: force evict blocks by size to handle memory fragmentation

2016-07-13 Thread Sergey Shelukhin
> On July 13, 2016, 4:54 p.m., Gopal V wrote: > > llap-server/src/java/org/apache/hadoop/hive/llap/cache/LowLevelLrfuCachePolicy.java, > > line 227 > > > > > > The assumption about dropping locked blocks - does it

Re: Review Request 49739: HIVE-14187 : JDOPersistenceManager objects remain cached if MetaStoreClient#close is not called

2016-07-13 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49739/#review142085 --- Ship it! Ship It! - Vaibhav Gumashta On July 7, 2016, 6:34

Re: Review Request 49728: HIVE-14172 LLAP: force evict blocks by size to handle memory fragmentation

2016-07-13 Thread Gopal V
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49728/#review142076 ---

[jira] [Created] (HIVE-14228) Better row count estimates for outer join during physical planning

2016-07-13 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-14228: --- Summary: Better row count estimates for outer join during physical planning Key: HIVE-14228 URL: https://issues.apache.org/jira/browse/HIVE-14228 Project: Hive

Re: Review Request 49288: HIVE-11402 HS2 - disallow parallel query execution within a single Session

2016-07-13 Thread Thejas Nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49288/#review142070 --- Ship it! Ship It! - Thejas Nair On July 11, 2016, 8:12

[jira] [Created] (HIVE-14227) Investigate invalid SessionHandle and invalid OperationHandle

2016-07-13 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-14227: --- Summary: Investigate invalid SessionHandle and invalid OperationHandle Key: HIVE-14227 URL: https://issues.apache.org/jira/browse/HIVE-14227 Project: Hive Issue

[jira] [Created] (HIVE-14226) Invalid check on an ASTNode#toStringTree in CalcitePlanner

2016-07-13 Thread Barna Zsombor Klara (JIRA)
Barna Zsombor Klara created HIVE-14226: -- Summary: Invalid check on an ASTNode#toStringTree in CalcitePlanner Key: HIVE-14226 URL: https://issues.apache.org/jira/browse/HIVE-14226 Project: Hive

Re: Review Request 49952: HIVE-14205: Hive doesn't support union type with AVRO file format

2016-07-13 Thread Yibing Shi
> On July 13, 2016, 11:11 a.m., Chaoyu Tang wrote: > > Thanks [~yshi] for patch. It looks good. But I have a couple of questions: > > It seems to me that the union in existing code is only used to support > > Nullable type in Avro, and has not been fully supported as a data type in > >

Review Request 49984: HIVE-14215: Displaying inconsistent CPU usage data with MR execution engine

2016-07-13 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49984/ --- Review request for hive, Aihua Xu and Sergio Pena. Bugs: HIVE-14215

Re: Review Request 49655: HIVE-12646: beeline and HIVE CLI do not parse ; in quote properly

2016-07-13 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49655/#review142036 --- Thanks for your patch! This was a very annoying "feature" :) As

[jira] [Created] (HIVE-14225) Llap slider package should support configuring YARN rolling log aggregation

2016-07-13 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14225: - Summary: Llap slider package should support configuring YARN rolling log aggregation Key: HIVE-14225 URL: https://issues.apache.org/jira/browse/HIVE-14225 Project:

[jira] [Created] (HIVE-14224) LLAP rename query specific log files once a query is complete

2016-07-13 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-14224: - Summary: LLAP rename query specific log files once a query is complete Key: HIVE-14224 URL: https://issues.apache.org/jira/browse/HIVE-14224 Project: Hive