[jira] [Created] (HIVE-14258) Reduce task timed out because CommonJoinOperator.genUniqueJoinObject took too long to finish without reporting progress

2016-07-15 Thread zhihai xu (JIRA)
zhihai xu created HIVE-14258: Summary: Reduce task timed out because CommonJoinOperator.genUniqueJoinObject took too long to finish without reporting progress Key: HIVE-14258 URL: https://issues.apache.org/jira/brows

[jira] [Created] (HIVE-14257) CBO: Push Join through Groupby to trigger shuffle reductions

2016-07-15 Thread Gopal V (JIRA)
Gopal V created HIVE-14257: -- Summary: CBO: Push Join through Groupby to trigger shuffle reductions Key: HIVE-14257 URL: https://issues.apache.org/jira/browse/HIVE-14257 Project: Hive Issue Type: Im

[jira] [Created] (HIVE-14256) CBO: Rewrite aggregate + distinct as 3-stage DAG

2016-07-15 Thread Gopal V (JIRA)
Gopal V created HIVE-14256: -- Summary: CBO: Rewrite aggregate + distinct as 3-stage DAG Key: HIVE-14256 URL: https://issues.apache.org/jira/browse/HIVE-14256 Project: Hive Issue Type: Improvement

Re: Review Request 49782: HIVE-14170: Beeline IncrementalRows should buffer rows and incrementally re-calculate width if TableOutputFormat is used

2016-07-15 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49782/#review142458 --- Fix it, then Ship it! beeline/src/test/org/apache/hive/beeline

[jira] [Created] (HIVE-14255) Backport part of HIVE-12950 to fix "Can not create Path from an emtpy string" exception

2016-07-15 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14255: Summary: Backport part of HIVE-12950 to fix "Can not create Path from an emtpy string" exception Key: HIVE-14255 URL: https://issues.apache.org/jira/browse/HIVE-14

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50073/#review142448 --- Ship it! Ship It! - Mohit Sabharwal On July 15, 2016, 6:52 p

[jira] [Created] (HIVE-14254) Correct the hive version by changing "svn" to "git"

2016-07-15 Thread Tao Li (JIRA)
Tao Li created HIVE-14254: - Summary: Correct the hive version by changing "svn" to "git" Key: HIVE-14254 URL: https://issues.apache.org/jira/browse/HIVE-14254 Project: Hive Issue Type: Bug

Re: Review Request 50054: CTAS with UNION ALL puts the wrong stats + count(*) = 0 in Tez

2016-07-15 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50054/#review142442 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.ja

[jira] [Created] (HIVE-14253) Fix MinimrCliDriver test failure

2016-07-15 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-14253: Summary: Fix MinimrCliDriver test failure Key: HIVE-14253 URL: https://issues.apache.org/jira/browse/HIVE-14253 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-14252) Sum on Decimal rounding provides incorrect result

2016-07-15 Thread Varun Gullipalli (JIRA)
Varun Gullipalli created HIVE-14252: --- Summary: Sum on Decimal rounding provides incorrect result Key: HIVE-14252 URL: https://issues.apache.org/jira/browse/HIVE-14252 Project: Hive Issue Ty

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Aihua Xu
> On July 15, 2016, 6:31 p.m., Mohit Sabharwal wrote: > > common/src/java/org/apache/hadoop/hive/common/FileUtils.java, line 866 > > > > > > It'd be great to document this default assumption in the > > HiveConf.HIVE

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50073/ --- (Updated July 15, 2016, 6:52 p.m.) Review request for hive. Changes ---

Re: Review Request 50054: CTAS with UNION ALL puts the wrong stats + count(*) = 0 in Tez

2016-07-15 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50054/#review142425 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.ja

Re: Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50073/#review142420 --- LGTM. Few minor comments. common/src/java/org/apache/hadoop/hive

[jira] [Created] (HIVE-14251) Union All of different types resolves to incorrect data

2016-07-15 Thread Aihua Xu (JIRA)
Aihua Xu created HIVE-14251: --- Summary: Union All of different types resolves to incorrect data Key: HIVE-14251 URL: https://issues.apache.org/jira/browse/HIVE-14251 Project: Hive Issue Type: Bug

Re: Review Request 49498: HIVE-14123: Add beeline configuration option to show database in the prompt

2016-07-15 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49498/#review141025 --- Thanks for the changes. Can you please add some unit test cases?

Re: Review Request 49498: HIVE-14123: Add beeline configuration option to show database in the prompt

2016-07-15 Thread Vihang Karajgaonkar
> On July 1, 2016, 9:58 p.m., Vihang Karajgaonkar wrote: > > Thanks for the changes. Can you please test your code by setting > > USE_DEPRECATED_CLI=false. > > Peter Vary wrote: > Ok. Maybe something is not yet clear for me :) > Could you please explain? > > My understanding of

[jira] [Created] (HIVE-14250) Move FetchTask.initialize() in Driver from compile() to execute()

2016-07-15 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-14250: - Summary: Move FetchTask.initialize() in Driver from compile() to execute() Key: HIVE-14250 URL: https://issues.apache.org/jira/browse/HIVE-14250 Project: Hive

[jira] [Created] (HIVE-14249) Add simple materialized views with manual rebuilds

2016-07-15 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-14249: -- Summary: Add simple materialized views with manual rebuilds Key: HIVE-14249 URL: https://issues.apache.org/jira/browse/HIVE-14249 Project: Hive

Re: Review Request 50053: HIVE-14239: Change OperationManager to serve each session and make it threadsafe

2016-07-15 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50053/ --- (Updated July 15, 2016, 1:34 p.m.) Review request for hive. Changes ---

Review Request 50073: HIVE-14198: Refactor aux jar related code to make them more consistency

2016-07-15 Thread Aihua Xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50073/ --- Review request for hive. Repository: hive-git Description --- HIVE-14198

[jira] [Created] (HIVE-14248) query with view in union adds underlying table as direct input

2016-07-15 Thread niklaus xiao (JIRA)
niklaus xiao created HIVE-14248: --- Summary: query with view in union adds underlying table as direct input Key: HIVE-14248 URL: https://issues.apache.org/jira/browse/HIVE-14248 Project: Hive Is

Helping Spread the Word about Apachecon EU 2016

2016-07-15 Thread Sharan Foga
Hi Everyone I'm forwarding the following message on behalf of Rich Bowen and the Apachecon team === As you are aware, we are holding ApacheCon in Seville in November. While this seems like a long way away, it is critical that we get on people's calendar now, so that they can plan, get b

[jira] [Created] (HIVE-14247) Disable parallel query execution within a session

2016-07-15 Thread Thejas M Nair (JIRA)
Thejas M Nair created HIVE-14247: Summary: Disable parallel query execution within a session Key: HIVE-14247 URL: https://issues.apache.org/jira/browse/HIVE-14247 Project: Hive Issue Type: Bu