[jira] [Created] (HIVE-13755) Hybrid mapjoin allocates memory the same for multi broadcast

2016-05-12 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-13755: Summary: Hybrid mapjoin allocates memory the same for multi broadcast Key: HIVE-13755 URL: https://issues.apache.org/jira/browse/HIVE-13755 Project: Hive Issue

[jira] [Created] (HIVE-13754) Fix resource leak in HiveClientCache

2016-05-12 Thread Chris Drome (JIRA)
Chris Drome created HIVE-13754: -- Summary: Fix resource leak in HiveClientCache Key: HIVE-13754 URL: https://issues.apache.org/jira/browse/HIVE-13754 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13753) Make metastore client thread safe in DbTxnManager

2016-05-12 Thread Wei Zheng (JIRA)
Wei Zheng created HIVE-13753: Summary: Make metastore client thread safe in DbTxnManager Key: HIVE-13753 URL: https://issues.apache.org/jira/browse/HIVE-13753 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-13752) Mini HDFS Cluster fails to start on trunk

2016-05-12 Thread Xiaobing Zhou (JIRA)
Xiaobing Zhou created HIVE-13752: Summary: Mini HDFS Cluster fails to start on trunk Key: HIVE-13752 URL: https://issues.apache.org/jira/browse/HIVE-13752 Project: Hive Issue Type: Bug

[DISCUSS] Hive 2.1

2016-05-12 Thread Jesus Camacho Rodriguez
Hi, We have landed many changes in master that have extended and consolidated the work done in Hive 2.0, including features, improvements and bug fixes for key modules such as LLAP, Hbase Metastore, ACID, CBO, authentication, etc. Thus, I think it is a good moment to start the discussion about

[jira] [Created] (HIVE-13751) LlapOutputFormatService should have a configurable send buffer size

2016-05-12 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-13751: Summary: LlapOutputFormatService should have a configurable send buffer size Key: HIVE-13751 URL: https://issues.apache.org/jira/browse/HIVE-13751

Re: [VOTE] Apache Hive 2.0.1 Release Candidate 1

2016-05-12 Thread Alan Gates
+1. Checked the keys and signatures, did a full build with a clean repo, checked for the presence of any binary files, checked the NOTICE and LICENSE files. Alan. > On May 3, 2016, at 21:25, Sergey Shelukhin wrote: > > Apache Hive 2.0.1 Release Candidate 1 is available

[jira] [Created] (HIVE-13750) Avoid additional shuffle stage created by Sorted Dynamic Partition Optimizer when possible

2016-05-12 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-13750: -- Summary: Avoid additional shuffle stage created by Sorted Dynamic Partition Optimizer when possible Key: HIVE-13750 URL:

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-12 Thread Lenni Kuff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47040/#review132942 --- common/src/java/org/apache/hive/common/util/HiveStringUtils.java

[jira] [Created] (HIVE-13749) Memory leak in Hive Metastore

2016-05-12 Thread Naveen Gangam (JIRA)
Naveen Gangam created HIVE-13749: Summary: Memory leak in Hive Metastore Key: HIVE-13749 URL: https://issues.apache.org/jira/browse/HIVE-13749 Project: Hive Issue Type: Bug

Re: [VOTE] Vote going on in user@ about Bylaws change

2016-05-12 Thread Lars Francke
Yet another bump. There are still 9 active PMCs who haven't had the chance to participate. I'd love your input! On Tue, May 3, 2016 at 11:40 AM, Lars Francke wrote: > Hi, > > just another quick reminder that the vote is still open and requires a few > more votes. I'd

[jira] [Created] (HIVE-13748) TypeInfoParser cannot handle the dash in the field name of a complex type

2016-05-12 Thread Chaoyu Tang (JIRA)
Chaoyu Tang created HIVE-13748: -- Summary: TypeInfoParser cannot handle the dash in the field name of a complex type Key: HIVE-13748 URL: https://issues.apache.org/jira/browse/HIVE-13748 Project: Hive

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-12 Thread Reuben Kuhnert
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47040/ --- (Updated 5 12, 2016, 1:16 오후) Review request for hive, Lenni Kuff, Mohit

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-12 Thread Reuben Kuhnert
> On May 12, 2016, 7:02 a.m., Mohit Sabharwal wrote: > > ql/src/java/org/apache/hadoop/hive/ql/Driver.java, line 532 > > > > > > Let's rename this to setJobQueueForUser() > > > > Any reason to return the

[jira] [Created] (HIVE-13747) NullPointerException thrown by Executors causes job can't be finished

2016-05-12 Thread Walter Su (JIRA)
Walter Su created HIVE-13747: Summary: NullPointerException thrown by Executors causes job can't be finished Key: HIVE-13747 URL: https://issues.apache.org/jira/browse/HIVE-13747 Project: Hive

[jira] [Created] (HIVE-13746) Data duplication when insert overwrite

2016-05-12 Thread Bill Wailliam (JIRA)
Bill Wailliam created HIVE-13746: Summary: Data duplication when insert overwrite Key: HIVE-13746 URL: https://issues.apache.org/jira/browse/HIVE-13746 Project: Hive Issue Type: Bug

[GitHub] hive pull request: HIVE-13745: NullPointerException when current_d...

2016-05-12 Thread walkerbill
GitHub user walkerbill opened a pull request: https://github.com/apache/hive/pull/76 HIVE-13745: NullPointerException when current_date is used in mapreduce NullPointerException when current_date is used in mapreduce. You can merge this pull request into a Git repository by

[jira] [Created] (HIVE-13745) UDF current_date、current_timestamp、unix_timestamp NPE

2016-05-12 Thread Bill Wailliam (JIRA)
Bill Wailliam created HIVE-13745: Summary: UDF current_date、current_timestamp、unix_timestamp NPE Key: HIVE-13745 URL: https://issues.apache.org/jira/browse/HIVE-13745 Project: Hive Issue

Re: Review Request 47242: HIVE-13726

2016-05-12 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47242/ --- (Updated May 12, 2016, 7:30 a.m.) Review request for hive and Rui Li. Bugs:

Re: Review Request 47040: Monitor changes to FairScheduler.xml file and automatically update / validate jobs submitted to fair-scheduler

2016-05-12 Thread Mohit Sabharwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47040/#review132819 --- Thanks for making the changes! Had few more comments.

Re: Review Request 47242: HIVE-13726

2016-05-12 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47242/ --- (Updated May 12, 2016, 6:07 a.m.) Review request for hive and Rui Li.

Re: Review Request 47242: HIVE-13726

2016-05-12 Thread Rui Li
> On May 12, 2016, 5:48 a.m., Ashutosh Chauhan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/Hive.java, line 3074 > > > > > > It could have been. Feels cleaner to me as non-static. Just a matter of > >