RE: Only a small subset of Hive UTs are executed when running mvn test

2015-07-10 Thread Xu, Cheng A
The regexp is not correct. I have attached a patch to fix it. Please help me review it. Thank you! -Original Message- From: Thomas Friedrich [mailto:tfried...@yahoo.com.INVALID] Sent: Friday, July 10, 2015 12:55 PM To: Sergey Shelukhin; dev@hive.apache.org Subject: Re: Only a small

[jira] [Created] (HIVE-11226) BeeLine-Cli: support hive.cli.prompt in new CLI

2015-07-10 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-11226: --- Summary: BeeLine-Cli: support hive.cli.prompt in new CLI Key: HIVE-11226 URL: https://issues.apache.org/jira/browse/HIVE-11226 Project: Hive Issue Type:

[jira] [Created] (HIVE-11227) Kryo exception during table creation in Hive

2015-07-10 Thread Akamai (JIRA)
Akamai created HIVE-11227: - Summary: Kryo exception during table creation in Hive Key: HIVE-11227 URL: https://issues.apache.org/jira/browse/HIVE-11227 Project: Hive Issue Type: Bug

Re: Review Request 36284: HIVE-11197

2015-07-10 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36284/#review91283 --- Ship it! Ship It! - Jesús Camacho Rodríguez On July 9, 2015,

Build failed in Jenkins: HIVE-TRUNK-JAVA8 #89

2015-07-10 Thread hiveqa
See http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/HIVE-TRUNK-JAVA8/89/changes Changes: [Ashutosh Chauhan] HIVE-11171 : Join reordering algorithm might introduce projects between joins (Jesus Camacho Rodriguez via Ashutosh Chauhan) [Jimmy Xiang] HIVE-11184: Lineage -

[jira] [Created] (HIVE-11228) Mutation API should uses semi-shared locks.

2015-07-10 Thread Elliot West (JIRA)
Elliot West created HIVE-11228: -- Summary: Mutation API should uses semi-shared locks. Key: HIVE-11228 URL: https://issues.apache.org/jira/browse/HIVE-11228 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-11229) Mutation API: Coordinator communication with meta store should be optional

2015-07-10 Thread Elliot West (JIRA)
Elliot West created HIVE-11229: -- Summary: Mutation API: Coordinator communication with meta store should be optional Key: HIVE-11229 URL: https://issues.apache.org/jira/browse/HIVE-11229 Project: Hive

Re: [Discuss] Patch submission and commit format

2015-07-10 Thread Prasanth Jayachandran
Great idea. Definitely we should attribute the contributions from the author in a better way. +1. We should update the docs on “How to Contribute?” to generate the patch using format-path. On Jul 10, 2015, at 11:08 AM, Ashutosh Chauhan hashut...@apache.org wrote: There was a problem of

Re: [Discuss] Patch submission and commit format

2015-07-10 Thread Lefty Leverenz
What happens if someone doesn't follow the conventions? Can they be enforced automatically? -- Lefty On Fri, Jul 10, 2015 at 2:23 PM, Prasanth Jayachandran pjayachand...@hortonworks.com wrote: Great idea. Definitely we should attribute the contributions from the author in a better way. +1.

[jira] [Created] (HIVE-11231) CBO: Calcite Operator To Hive Operator (Calcite Return Path): make the output of ba_table_union.q more stable

2015-07-10 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11231: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path): make the output of ba_table_union.q more stable Key: HIVE-11231 URL:

[Discuss] Patch submission and commit format

2015-07-10 Thread Ashutosh Chauhan
There was a problem of attributing contributions correctly back when we were using svn, now that we are on git, that problem can be addressed. This email is an effort to solicit feedback for it. Problem: In svn, there is only a committer field, so when committer was committing someone else's

Re: [Discuss] Patch submission and commit format

2015-07-10 Thread Sergey Shelukhin
The existing approach appears to be “HIVE-X : fix the bugs (John Doe, reviewed by John Smith)” or something like that in the commit message. I think the new approach is better… +1 Can you create a detailed instruction? Is it enforceable in git? On 15/7/10, 11:08, Ashutosh Chauhan

[jira] [Created] (HIVE-11230) IMetaStoreClient getPartition method arguments incorrectly named

2015-07-10 Thread Elliot West (JIRA)
Elliot West created HIVE-11230: -- Summary: IMetaStoreClient getPartition method arguments incorrectly named Key: HIVE-11230 URL: https://issues.apache.org/jira/browse/HIVE-11230 Project: Hive

Hive-0.14 - Build # 1008 - Still Failing

2015-07-10 Thread Apache Jenkins Server
Changes for Build #988 Changes for Build #989 Changes for Build #990 Changes for Build #991 Changes for Build #992 Changes for Build #993 Changes for Build #994 Changes for Build #995 Changes for Build #996 Changes for Build #997 Changes for Build #998 Changes for Build #999 Changes

Re: Review Request 36403: HIVE-11194 Exchange partition on external tables should fail with error message when target folder already exists

2015-07-10 Thread Chao Sun
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36403/#review91344 --- common/src/java/org/apache/hadoop/hive/common/FileUtils.java (line

Re: Review Request 36403: HIVE-11194 Exchange partition on external tables should fail with error message when target folder already exists

2015-07-10 Thread Chao Sun
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36403/#review91349 --- Ship it! Ship It! - Chao Sun On July 10, 2015, 9:10 p.m., Aihua

[jira] [Created] (HIVE-11232) CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix the output of select_same_col.q

2015-07-10 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-11232: -- Summary: CBO: Calcite Operator To Hive Operator (Calcite Return Path): fix the output of select_same_col.q Key: HIVE-11232 URL:

Review Request 36403: HIVE-11194 Exchange partition on external tables should fail with error message when target folder already exists

2015-07-10 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36403/ --- Review request for hive. Repository: hive-git Description ---

Re: Review Request 34059: HIVE-10673 Dynamically partitioned hash join for Tez

2015-07-10 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34059/ --- (Updated July 10, 2015, 10:17 p.m.) Review request for hive, Matt McCline and