Re: [Announce] New committer: Vineet Garg

2017-05-11 Thread Rajesh Balamohan
Congrats Vineet! ~Rajesh.B On Fri, May 12, 2017 at 10:04 AM, Lefty Leverenz wrote: > Congratulations Vineet! > > -- Lefty > > > On Wed, May 10, 2017 at 2:08 PM, Vineet Garg > wrote: > > > Thanks all! > > > > > On May 10, 2017, at 12:47 AM, Rui Li wrote: > > > > > > Congrats :) > > > > > > On

Re: [Announce] New committer: Vineet Garg

2017-05-11 Thread Lefty Leverenz
Congratulations Vineet! -- Lefty On Wed, May 10, 2017 at 2:08 PM, Vineet Garg wrote: > Thanks all! > > > On May 10, 2017, at 12:47 AM, Rui Li wrote: > > > > Congrats :) > > > > On Wed, May 10, 2017 at 2:06 PM, Zoltan Haindrich < > > zhaindr...@hortonworks.com> wrote: > > > >> Congratulations!

[jira] [Created] (HIVE-16659) Query plan should reflect hive.spark.use.groupby.shuffle

2017-05-11 Thread Rui Li (JIRA)
Rui Li created HIVE-16659: - Summary: Query plan should reflect hive.spark.use.groupby.shuffle Key: HIVE-16659 URL: https://issues.apache.org/jira/browse/HIVE-16659 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16658) TestTimestampTZ.java has missed the ASF header

2017-05-11 Thread Saijin Huang (JIRA)
Saijin Huang created HIVE-16658: --- Summary: TestTimestampTZ.java has missed the ASF header Key: HIVE-16658 URL: https://issues.apache.org/jira/browse/HIVE-16658 Project: Hive Issue Type: Bug

Re: Review Request 58936: HIVE-16143 : Improve msck repair batching

2017-05-11 Thread Lefty Leverenz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58936/#review174756 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Lines 3

[GitHub] hive pull request #183: HIVE-16645 Commands.java has missed the catch statem...

2017-05-11 Thread txhsj
GitHub user txhsj opened a pull request: https://github.com/apache/hive/pull/183 HIVE-16645 Commands.java has missed the catch statement and has some … In commands.java, the catch statement is missing and the Resultset statement is not closed. You can merge this pull request into

[jira] [Created] (HIVE-16657) Replace conf variable with checkDatabaseProduct-like in JDBCStorageHandler

2017-05-11 Thread Gunther Hagleitner (JIRA)
Gunther Hagleitner created HIVE-16657: - Summary: Replace conf variable with checkDatabaseProduct-like in JDBCStorageHandler Key: HIVE-16657 URL: https://issues.apache.org/jira/browse/HIVE-16657 Pr

[jira] [Created] (HIVE-16656) CachedStore: make prewarm and background cache update multithreaded

2017-05-11 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-16656: --- Summary: CachedStore: make prewarm and background cache update multithreaded Key: HIVE-16656 URL: https://issues.apache.org/jira/browse/HIVE-16656 Project: Hive

[jira] [Created] (HIVE-16655) LLAP: Avoid preempting fragments before they enter the running state

2017-05-11 Thread Siddharth Seth (JIRA)
Siddharth Seth created HIVE-16655: - Summary: LLAP: Avoid preempting fragments before they enter the running state Key: HIVE-16655 URL: https://issues.apache.org/jira/browse/HIVE-16655 Project: Hive

Re: Review Request 58936: HIVE-16143 : Improve msck repair batching

2017-05-11 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58936/#review174737 --- Ship it! Ship It! - Sahil Takiar On May 11, 2017, 12:04 a.m.

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

2017-05-11 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59205/ --- Review request for hive, Daniel Dai and Thejas Nair. Bugs: HIVE-16579 https

[jira] [Created] (HIVE-16654) Optimize a combination of avg(), sum(), count(distinct) etc

2017-05-11 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16654: -- Summary: Optimize a combination of avg(), sum(), count(distinct) etc Key: HIVE-16654 URL: https://issues.apache.org/jira/browse/HIVE-16654 Project: Hive

[jira] [Created] (HIVE-16653) Mergejoin should give itself a correct tag

2017-05-11 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-16653: -- Summary: Mergejoin should give itself a correct tag Key: HIVE-16653 URL: https://issues.apache.org/jira/browse/HIVE-16653 Project: Hive Issue Type: Sub-t

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_db_uuid

2017-05-11 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59070/ --- (Updated May 11, 2017, 8:06 p.m.) Review request for hive, Ashutosh Chauhan, Na

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_db_uuid

2017-05-11 Thread Vihang Karajgaonkar
> On May 11, 2017, 6:04 p.m., Sahil Takiar wrote: > > This is more of a nit: but is get_metastore_uuid the best name, could it > > just be get_metastore_id. do clients really need to know that its a uuid > > vs. just some id It is actually creating a UUID instead of just another ID (like a int

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_db_uuid

2017-05-11 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59070/ --- (Updated May 11, 2017, 6:56 p.m.) Review request for hive, Ashutosh Chauhan, Na

[jira] [Created] (HIVE-16652) LlapInputFormat: Seeing "output error" WARN message

2017-05-11 Thread Jason Dere (JIRA)
Jason Dere created HIVE-16652: - Summary: LlapInputFormat: Seeing "output error" WARN message Key: HIVE-16652 URL: https://issues.apache.org/jira/browse/HIVE-16652 Project: Hive Issue Type: Sub-ta

[jira] [Created] (HIVE-16651) LlapProtocolClientProxy stack trace when using llap input format

2017-05-11 Thread Jason Dere (JIRA)
Jason Dere created HIVE-16651: - Summary: LlapProtocolClientProxy stack trace when using llap input format Key: HIVE-16651 URL: https://issues.apache.org/jira/browse/HIVE-16651 Project: Hive Issu

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_uuid

2017-05-11 Thread Sahil Takiar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59070/#review174698 --- This is more of a nit: but is get_metastore_uuid the best name, co

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_uuid

2017-05-11 Thread Naveen Gangam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59070/#review174690 --- Ship it! Ship It! - Naveen Gangam On May 10, 2017, 7:41 p.m.

Re: Review Request 59070: HIVE-16555 : Add a new thrift API call for get_metastore_uuid

2017-05-11 Thread Naveen Gangam
> On May 10, 2017, 6:08 p.m., Naveen Gangam wrote: > > metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java > > Lines 3554 (patched) > > > > > > Is there a chance of this returning large amounts of e

[jira] [Created] (HIVE-16650) NumberFormatException in AcidUtils.parseBaseBucketFilename

2017-05-11 Thread JIRA
Kenneth Jørgensen created HIVE-16650: Summary: NumberFormatException in AcidUtils.parseBaseBucketFilename Key: HIVE-16650 URL: https://issues.apache.org/jira/browse/HIVE-16650 Project: Hive

Re: Review Request 59137: HIVE-16602: Implement shared scans with Tez

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

[jira] [Created] (HIVE-16649) CREATE TABLE AS SELECT fails if --auxpath is used when CLI is started

2017-05-11 Thread John Todd (JIRA)
John Todd created HIVE-16649: Summary: CREATE TABLE AS SELECT fails if --auxpath is used when CLI is started Key: HIVE-16649 URL: https://issues.apache.org/jira/browse/HIVE-16649 Project: Hive I

[jira] [Created] (HIVE-16648) Allow select distinct with group by

2017-05-11 Thread Carter Shanklin (JIRA)
Carter Shanklin created HIVE-16648: -- Summary: Allow select distinct with group by Key: HIVE-16648 URL: https://issues.apache.org/jira/browse/HIVE-16648 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-16647) Improve the validation output to make the output to stderr and stdout more consistent

2017-05-11 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-16647: --- Summary: Improve the validation output to make the output to stderr and stdout more consistent Key: HIVE-16647 URL: https://issues.apache.org/jira/browse/HIVE-16647 Project: Hi

[jira] [Created] (HIVE-16646) Alias in transform ... as clause shouldn't be case sensitive

2017-05-11 Thread Yibing Shi (JIRA)
Yibing Shi created HIVE-16646: - Summary: Alias in transform ... as clause shouldn't be case sensitive Key: HIVE-16646 URL: https://issues.apache.org/jira/browse/HIVE-16646 Project: Hive Issue Ty

[jira] [Created] (HIVE-16645) Commands.java has missed the catch statement and has some code format errors

2017-05-11 Thread Saijin Huang (JIRA)
Saijin Huang created HIVE-16645: --- Summary: Commands.java has missed the catch statement and has some code format errors Key: HIVE-16645 URL: https://issues.apache.org/jira/browse/HIVE-16645 Project: Hiv

[jira] [Created] (HIVE-16644) Hook Change Manager for Insert Overwrite

2017-05-11 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-16644: --- Summary: Hook Change Manager for Insert Overwrite Key: HIVE-16644 URL: https://issues.apache.org/jira/browse/HIVE-16644 Project: Hive Issue Type: Sub-t

[jira] [Created] (HIVE-16643) BeeLine tests output should keep the PREHOOK/POSTHOOK Input/Output orderdering

2017-05-11 Thread Peter Vary (JIRA)
Peter Vary created HIVE-16643: - Summary: BeeLine tests output should keep the PREHOOK/POSTHOOK Input/Output orderdering Key: HIVE-16643 URL: https://issues.apache.org/jira/browse/HIVE-16643 Project: Hive

[jira] [Created] (HIVE-16642) New Events created as part of replv2 potentially break replv1

2017-05-11 Thread Sushanth Sowmyan (JIRA)
Sushanth Sowmyan created HIVE-16642: --- Summary: New Events created as part of replv2 potentially break replv1 Key: HIVE-16642 URL: https://issues.apache.org/jira/browse/HIVE-16642 Project: Hive