[jira] [Created] (HIVE-23141) Improve q test running

2020-04-06 Thread Miklos Gergely (Jira)
Miklos Gergely created HIVE-23141: - Summary: Improve q test running Key: HIVE-23141 URL: https://issues.apache.org/jira/browse/HIVE-23141 Project: Hive Issue Type: Improvement Compo

Re: Review Request 72276: HIVE-23084: Implement kill query in multiple HS2 environment

2020-04-06 Thread Peter Varga via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72276/ --- (Updated April 6, 2020, 10:04 a.m.) Review request for hive and Adam Szita. R

[jira] [Created] (HIVE-23142) HiveStrictManagedMigration fails with tables that have null location

2020-04-06 Thread Jira
Ádám Szita created HIVE-23142: - Summary: HiveStrictManagedMigration fails with tables that have null location Key: HIVE-23142 URL: https://issues.apache.org/jira/browse/HIVE-23142 Project: Hive

[jira] [Created] (HIVE-23143) Transactions: PPD in Delete deltas is broken

2020-04-06 Thread Abhishek Somani (Jira)
Abhishek Somani created HIVE-23143: -- Summary: Transactions: PPD in Delete deltas is broken Key: HIVE-23143 URL: https://issues.apache.org/jira/browse/HIVE-23143 Project: Hive Issue Type: Bug

Review Request 72324: HIVE-22750: Consolidate LockType naming

2020-04-06 Thread Marton Bod
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72324/ --- Review request for hive, Denys Kuzmenko, Peter Vary, and Zoltan Chovan. Reposit

[jira] [Created] (HIVE-23144) LLAP: Let QueryTracker cleanup on serviceStop

2020-04-06 Thread Jira
László Bodor created HIVE-23144: --- Summary: LLAP: Let QueryTracker cleanup on serviceStop Key: HIVE-23144 URL: https://issues.apache.org/jira/browse/HIVE-23144 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-23145) get_partitions_with_specs fails if filter expression is not parsable

2020-04-06 Thread Vineet Garg (Jira)
Vineet Garg created HIVE-23145: -- Summary: get_partitions_with_specs fails if filter expression is not parsable Key: HIVE-23145 URL: https://issues.apache.org/jira/browse/HIVE-23145 Project: Hive

[jira] [Created] (HIVE-23146) get_partitions_with_specs fail in JDO path if only parent field is provided for a nested field

2020-04-06 Thread Vineet Garg (Jira)
Vineet Garg created HIVE-23146: -- Summary: get_partitions_with_specs fail in JDO path if only parent field is provided for a nested field Key: HIVE-23146 URL: https://issues.apache.org/jira/browse/HIVE-23146

[jira] [Created] (HIVE-23147) get_partitions_with_sepcs fail for POSTGRES

2020-04-06 Thread Vineet Garg (Jira)
Vineet Garg created HIVE-23147: -- Summary: get_partitions_with_sepcs fail for POSTGRES Key: HIVE-23147 URL: https://issues.apache.org/jira/browse/HIVE-23147 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-23148) get_partitions_with_specs fail for postgres with argument type mismatch exception

2020-04-06 Thread Vineet Garg (Jira)
Vineet Garg created HIVE-23148: -- Summary: get_partitions_with_specs fail for postgres with argument type mismatch exception Key: HIVE-23148 URL: https://issues.apache.org/jira/browse/HIVE-23148 Project:

[jira] [Created] (HIVE-23149) Consistency of Parsing Object Identifiers

2020-04-06 Thread David Mollitor (Jira)
David Mollitor created HIVE-23149: - Summary: Consistency of Parsing Object Identifiers Key: HIVE-23149 URL: https://issues.apache.org/jira/browse/HIVE-23149 Project: Hive Issue Type: Improvem

[jira] [Created] (HIVE-23150) Create a Parser that All Components Use

2020-04-06 Thread David Mollitor (Jira)
David Mollitor created HIVE-23150: - Summary: Create a Parser that All Components Use Key: HIVE-23150 URL: https://issues.apache.org/jira/browse/HIVE-23150 Project: Hive Issue Type: Sub-task

Re: [VOTE] Should we release Hive Storage API 2.7.2-rc0?

2020-04-06 Thread Ashutosh Chauhan
+1 built and ran few tests locally. On Mon, Mar 30, 2020 at 2:21 PM Owen O'Malley wrote: > In evaluating this RC, I discovered HIVE-22959, which is the only patch in > this RC. > > I'm uncomfortable with the API added by HIVE-22959, because it is > duplicating a lot of the functionality from Vec

Question on Hive Llap templates.py

2020-04-06 Thread Rentao Wu
Hi all, I noticed in the Yarn service template file for Llap, https://github.com/apache/hive/blob/master/llap-server/src/main/resources/templates.py#L24 that the Resource#cpus is hardcoded to 1. Llap daemon containers will always only have 1 vcpu allocated due to this. I was wondering is this ex