JIRA Default Assignee

2016-04-20 Thread Lars Francke
Hi everyone, currently there's a different policy for Default Assignee for lots of subcomponents. Some are set to "Component Lead" which almost never is correct imho. Unless there are strong objections I'll change this to "Unassigned" for all components. Cheers, Lars PS: I'm still looking for v

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-20 Thread Lars Francke
Hi Alan, yeah that doesn't look good so far. How many of those are considered active though...hard to say. I see that the last bylaws change vote was held on dev@ despite the rules saying it needs to be on user@. Last time (beginning of 2015) only 17 were active but the list has changed by now. I

[GitHub] hive pull request: HIVE-13539: HiveHFileOutputFormat searching the...

2016-04-20 Thread timrobertson100
GitHub user timrobertson100 opened a pull request: https://github.com/apache/hive/pull/74 HIVE-13539: HiveHFileOutputFormat searching the wrong directory for H… I believe this is a fix for https://issues.apache.org/jira/browse/HIVE-13539 When there are several reducers (or

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-20 Thread Alan Gates
I’m working from memory here, but IIRC the decision last time we updated the bylaws was that all listed were considered active. At that time we had a number of PMC members who had not been active on the lists, and we took the initiative to contact them and ask if they’d like to go emeritus. Bu

[jira] [Created] (HIVE-13558) Update LlapDump

2016-04-20 Thread Jason Dere (JIRA)
Jason Dere created HIVE-13558: - Summary: Update LlapDump Key: HIVE-13558 URL: https://issues.apache.org/jira/browse/HIVE-13558 Project: Hive Issue Type: Sub-task Components: p, llap

[jira] [Created] (HIVE-13559) Pass exception to failure hooks

2016-04-20 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HIVE-13559: -- Summary: Pass exception to failure hooks Key: HIVE-13559 URL: https://issues.apache.org/jira/browse/HIVE-13559 Project: Hive Issue Type: Improvement

Re: JIRA Default Assignee

2016-04-20 Thread Thejas Nair
+1 I think it makes sense to leave the unassigned by default, having it assigned to default component owner makes it appear that they have signed up to work on it, which is misleading. I took at quick look at jira admin features to look at changing it a few days back, but couldn't spot the right p

[jira] [Created] (HIVE-13560) Adding Omid as connection manager for HBase Metastore

2016-04-20 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-13560: - Summary: Adding Omid as connection manager for HBase Metastore Key: HIVE-13560 URL: https://issues.apache.org/jira/browse/HIVE-13560 Project: Hive Issue Type: Impr

[jira] [Created] (HIVE-13561) HiveServer2 is leaking ClassLoaders when add jar / temporary functions are used

2016-04-20 Thread Trystan Leftwich (JIRA)
Trystan Leftwich created HIVE-13561: --- Summary: HiveServer2 is leaking ClassLoaders when add jar / temporary functions are used Key: HIVE-13561 URL: https://issues.apache.org/jira/browse/HIVE-13561 P

[jira] [Created] (HIVE-13562) Enable vector bridge for all non-vectorized udfs

2016-04-20 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-13562: --- Summary: Enable vector bridge for all non-vectorized udfs Key: HIVE-13562 URL: https://issues.apache.org/jira/browse/HIVE-13562 Project: Hive Issue Typ

[jira] [Created] (HIVE-13563) Hive Streaming does not honor orc.compress.size and orc.stripe.size table properties

2016-04-20 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-13563: Summary: Hive Streaming does not honor orc.compress.size and orc.stripe.size table properties Key: HIVE-13563 URL: https://issues.apache.org/jira/browse/HIVE-13563 Project: H

Re: Review Request 45911: HIVE-13341: Stats state is not captured correctly: differentiate load table and create table

2016-04-20 Thread pengcheng xiong
> On April 19, 2016, 6:23 p.m., Ashutosh Chauhan wrote: > > ql/src/test/results/clientpositive/stats20.q.out, lines 47-50 > > > > > > This doesnt look right. Create table followed by insert overwrite > > should get u

Re: Review Request 45911: HIVE-13341: Stats state is not captured correctly: differentiate load table and create table

2016-04-20 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45911/#review129821 --- ql/src/test/results/clientpositive/stats3.q.out (lines 94 - 96) <

[jira] [Created] (HIVE-13564) Depreciate HIVE_STATS_COLLECT_RAWDATASIZE

2016-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-13564: -- Summary: Depreciate HIVE_STATS_COLLECT_RAWDATASIZE Key: HIVE-13564 URL: https://issues.apache.org/jira/browse/HIVE-13564 Project: Hive Issue Type: Sub-ta

[jira] [Created] (HIVE-13565) thrift change

2016-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-13565: -- Summary: thrift change Key: HIVE-13565 URL: https://issues.apache.org/jira/browse/HIVE-13565 Project: Hive Issue Type: Sub-task Reporter: Pen

[jira] [Created] (HIVE-13566) enable merging of bit vectors for insert into

2016-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-13566: -- Summary: enable merging of bit vectors for insert into Key: HIVE-13566 URL: https://issues.apache.org/jira/browse/HIVE-13566 Project: Hive Issue Type: Su

Re: Cannot connect Precommit Jenkins job

2016-04-20 Thread Thejas Nair
Hi Sergio, I saw that once of the recent commits I reviewed was causing issues, sorry about that. Are there other issues to be resolved to get it working ? Any estimate of how much time it might take to get it running again ? Thanks again for your help! -Thejas On Tue, Apr 19, 2016 at 2:09 PM, S

[jira] [Created] (HIVE-13567) create ColumnStatsAutoGatherContext

2016-04-20 Thread Pengcheng Xiong (JIRA)
Pengcheng Xiong created HIVE-13567: -- Summary: create ColumnStatsAutoGatherContext Key: HIVE-13567 URL: https://issues.apache.org/jira/browse/HIVE-13567 Project: Hive Issue Type: Sub-task

Re: Review Request 45911: HIVE-13341: Stats state is not captured correctly: differentiate load table and create table

2016-04-20 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45911/#review129843 --- Can you update RB with full patch? ql/src/test/results/clientpos

[jira] [Created] (HIVE-13568) Add UDFs to support column-masking

2016-04-20 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created HIVE-13568: --- Summary: Add UDFs to support column-masking Key: HIVE-13568 URL: https://issues.apache.org/jira/browse/HIVE-13568 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13569) Add test for llap file system counters after updating to tez 0.8.3

2016-04-20 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-13569: Summary: Add test for llap file system counters after updating to tez 0.8.3 Key: HIVE-13569 URL: https://issues.apache.org/jira/browse/HIVE-13569 Proj

[jira] [Created] (HIVE-13570) Some query with Union all fails when CBO is off

2016-04-20 Thread Yongzhi Chen (JIRA)
Yongzhi Chen created HIVE-13570: --- Summary: Some query with Union all fails when CBO is off Key: HIVE-13570 URL: https://issues.apache.org/jira/browse/HIVE-13570 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13571) LLAP: Cannot find a jar for org.apache.hive.hcatalog.data.JsonSerDe

2016-04-20 Thread Andrew Sears (JIRA)
Andrew Sears created HIVE-13571: --- Summary: LLAP: Cannot find a jar for org.apache.hive.hcatalog.data.JsonSerDe Key: HIVE-13571 URL: https://issues.apache.org/jira/browse/HIVE-13571 Project: Hive

[jira] [Created] (HIVE-13572) Redundant setting full file status in Hive::copyFiles

2016-04-20 Thread Rui Li (JIRA)
Rui Li created HIVE-13572: - Summary: Redundant setting full file status in Hive::copyFiles Key: HIVE-13572 URL: https://issues.apache.org/jira/browse/HIVE-13572 Project: Hive Issue Type: Bug

Re: Review Request 43603: Auto-gather column stats

2016-04-20 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43603/#review129807 --- ql/src/test/results/clientpositive/auto_sortmerge_join_6.q.out (l

[jira] [Created] (HIVE-13573) [Spark Branch] ClassNotFoundException occurs during query case with group by and UDF defined

2016-04-20 Thread JunAn Chen (JIRA)
JunAn Chen created HIVE-13573: - Summary: [Spark Branch] ClassNotFoundException occurs during query case with group by and UDF defined Key: HIVE-13573 URL: https://issues.apache.org/jira/browse/HIVE-13573

Re: JIRA Default Assignee

2016-04-20 Thread Lars Francke
Thanks Thejas, I've gone ahead and changed it to "Project Default" for all Components. Project Default is "Unassigned". On Wed, Apr 20, 2016 at 9:35 PM, Thejas Nair wrote: > +1 > I think it makes sense to leave the unassigned by default, having it > assigned to default component owner makes it a