[jira] [Created] (HIVE-16737) LLAP: Shuffle handler TCP listen queue overflows

2017-05-22 Thread Gopal V (JIRA)
Gopal V created HIVE-16737: -- Summary: LLAP: Shuffle handler TCP listen queue overflows Key: HIVE-16737 URL: https://issues.apache.org/jira/browse/HIVE-16737 Project: Hive Issue Type: Bug

Re: Review Request 56140: Can't order by an unselected column

2017-05-22 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56140/#review175753 --- ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java

[jira] [Created] (HIVE-16736) General Improvements to BufferedRows

2017-05-22 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-16736: -- Summary: General Improvements to BufferedRows Key: HIVE-16736 URL: https://issues.apache.org/jira/browse/HIVE-16736 Project: Hive Issue Type: Improvement

Re: Review Request 59468: Optimize a combination of avg(), sum(), count(distinct) etc

2017-05-22 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59468/#review175736 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/Optimizer.java

[jira] [Created] (HIVE-16735) Please add that hive.mapred.local.mem must be set in MBs in the documentation

2017-05-22 Thread Laurel Hale (JIRA)
Laurel Hale created HIVE-16735: -- Summary: Please add that hive.mapred.local.mem must be set in MBs in the documentation Key: HIVE-16735 URL: https://issues.apache.org/jira/browse/HIVE-16735 Project:

[jira] [Created] (HIVE-16734) Support original tpcds queries in perfclidriver after order by unselect column feature is done

2017-05-22 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16734: -- Summary: Support original tpcds queries in perfclidriver after order by unselect column feature is done Key: HIVE-16734 URL: https://issues.apache.org/jira/browse/HIVE-16734

Re: Review Request 56140: Can't order by an unselected column

2017-05-22 Thread pengcheng xiong
> On May 18, 2017, 12:29 a.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/CalcitePlanner.java > > Lines 4049-4059 (original) > > > > > > Aren't all these restrictions still valid? They

Re: Review Request 56140: Can't order by an unselected column

2017-05-22 Thread pengcheng xiong
> On May 18, 2017, 6:59 p.m., Ashutosh Chauhan wrote: > > ql/src/test/queries/clientpositive/order_by_expr_1.q > > Lines 42 (patched) > > > > > > Can you also modify perfclidriver queries to their original form which

[jira] [Created] (HIVE-16733) Support conflict column name in order by

2017-05-22 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16733: -- Summary: Support conflict column name in order by Key: HIVE-16733 URL: https://issues.apache.org/jira/browse/HIVE-16733 Project: Hive Issue Type:

Review Request 59468: Optimize a combination of avg(), sum(), count(distinct) etc

2017-05-22 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59468/ --- Review request for hive, Ashutosh Chauhan and Gopal V. Repository: hive-git

Re: Review Request 59429: HIVE-16723 : Enable configurable MetaStoreSchemaInfo

2017-05-22 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59429/ --- (Updated May 22, 2017, 10:13 p.m.) Review request for hive, Naveen Gangam,

[jira] [Created] (HIVE-16732) Transactional tables should block LOAD DATA

2017-05-22 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-16732: - Summary: Transactional tables should block LOAD DATA Key: HIVE-16732 URL: https://issues.apache.org/jira/browse/HIVE-16732 Project: Hive Issue Type: Bug

Re: Review Request 59429: HIVE-16723 : Enable configurable MetaStoreSchemaInfo

2017-05-22 Thread Naveen Gangam
> On May 22, 2017, 8:30 p.m., Sahil Takiar wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/IMetaStoreSchemaInfo.java > > Lines 27 (patched) > > > > > > Can you add javadocs for the rest of these

Re: Review Request 59429: HIVE-16723 : Enable configurable MetaStoreSchemaInfo

2017-05-22 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59429/#review175690 --- Fix it, then Ship it!

Re: Review Request 59205: HIVE-16579: CachedStore: improvements to partition col stats caching and cache column stats for unpartitioned table

2017-05-22 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59205/#review175684 --- Ship it! Ship It! - Daniel Dai On May 22, 2017, 7:06 p.m.,

[jira] [Created] (HIVE-16731) Vectorization: Make "CASE WHEN (day_name='Sunday') THEN column1 ELSE null end" that involves a column name or expression THEN or ELSE vectorize

2017-05-22 Thread Matt McCline (JIRA)
Matt McCline created HIVE-16731: --- Summary: Vectorization: Make "CASE WHEN (day_name='Sunday') THEN column1 ELSE null end" that involves a column name or expression THEN or ELSE vectorize Key: HIVE-16731 URL:

[jira] [Created] (HIVE-16730) Vectorization: Schema Evolution for Text Vectorization / Complex Types

2017-05-22 Thread Matt McCline (JIRA)
Matt McCline created HIVE-16730: --- Summary: Vectorization: Schema Evolution for Text Vectorization / Complex Types Key: HIVE-16730 URL: https://issues.apache.org/jira/browse/HIVE-16730 Project: Hive

Re: Review Request 59205: HIVE-16579: CachedStore: improvements to partition col stats caching and cache column stats for unpartitioned table

2017-05-22 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59205/ --- (Updated May 22, 2017, 7:06 p.m.) Review request for hive, Daniel Dai and

[jira] [Created] (HIVE-16729) Improve location validator to check for blank paths.

2017-05-22 Thread Naveen Gangam (JIRA)
Naveen Gangam created HIVE-16729: Summary: Improve location validator to check for blank paths. Key: HIVE-16729 URL: https://issues.apache.org/jira/browse/HIVE-16729 Project: Hive Issue

[jira] [Created] (HIVE-16728) Fix some regression caused by HIVE-14879

2017-05-22 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-16728: Summary: Fix some regression caused by HIVE-14879 Key: HIVE-16728 URL: https://issues.apache.org/jira/browse/HIVE-16728 Project: Hive Issue Type: Sub-task

Re: Review Request 59429: HIVE-16723 : Enable configurable MetaStoreSchemaInfo

2017-05-22 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59429/ --- (Updated May 22, 2017, 4:03 p.m.) Review request for hive, Naveen Gangam,

Review Request 59446: HIVE-16559: Parquet schema evolution for partitioned tables may break if table and partition serdes differ

2017-05-22 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59446/ --- Review request for hive and Sergio Pena. Bugs: HIVE-16559

Re: Review Request 59408: HIVE-16719 HiveMetaTool fails when the data does not fit in memory

2017-05-22 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59408/#review175622 --- Thanks for the patch Zsolt! It is important to be able to check

Re: Review Request 59205: HIVE-16579: CachedStore: improvements to partition col stats caching and cache column stats for unpartitioned table

2017-05-22 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59205/ --- (Updated May 22, 2017, 9:04 a.m.) Review request for hive, Daniel Dai and

Re: Review Request 59429: HIVE-16723 : Enable configurable MetaStoreSchemaInfo

2017-05-22 Thread Peter Vary
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59429/#review175608 --- Seems like a good idea to me! Thanks for the patch! Nits from

[jira] [Created] (HIVE-16727) REPL DUMP for insert event should't fail if the table is already dropped.

2017-05-22 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-16727: --- Summary: REPL DUMP for insert event should't fail if the table is already dropped. Key: HIVE-16727 URL: https://issues.apache.org/jira/browse/HIVE-16727

[jira] [Created] (HIVE-16726) beeline+kerberos connect faild by domestic consumer from ldap

2017-05-22 Thread Saijin Huang (JIRA)
Saijin Huang created HIVE-16726: --- Summary: beeline+kerberos connect faild by domestic consumer from ldap Key: HIVE-16726 URL: https://issues.apache.org/jira/browse/HIVE-16726 Project: Hive