[jira] [Created] (HIVE-18084) Upgrade checkstyle version to support lambdas

2017-11-16 Thread Adam Szita (JIRA)
Adam Szita created HIVE-18084: - Summary: Upgrade checkstyle version to support lambdas Key: HIVE-18084 URL: https://issues.apache.org/jira/browse/HIVE-18084 Project: Hive Issue Type: Sub-task

[jira] [Created] (HIVE-18085) Run checkstyle on storage-api module with proper configuration

2017-11-16 Thread Adam Szita (JIRA)
Adam Szita created HIVE-18085: - Summary: Run checkstyle on storage-api module with proper configuration Key: HIVE-18085 URL: https://issues.apache.org/jira/browse/HIVE-18085 Project: Hive Issue

Re: Review Request 63711: HIVE-17528 Add more q-tests for Hive-on-Spark with Parquet vectorized reader

2017-11-16 Thread Vihang Karajgaonkar via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63711/#review191195 --- Ship it! Ship It! - Vihang Karajgaonkar On Nov. 15, 2017,

Re: Review Request 63711: HIVE-17528 Add more q-tests for Hive-on-Spark with Parquet vectorized reader

2017-11-16 Thread Vihang Karajgaonkar via Review Board
> On Nov. 15, 2017, 8:44 p.m., Vihang Karajgaonkar wrote: > > ql/src/test/results/clientpositive/llap/sysdb.q.out > > Lines 2236 (patched) > > > > > > not sure why this file is changing. Do you know? > > cheng xu

Anyone knows the problem I found in VectorizedLogicBench.IfExprLongColumnLongColumnBench?

2017-11-16 Thread Zhang, Liyun
Hi all: Now I am using hive micro bench(HIVE-10189) to test the performance improvement of AVX2 and AVX512. When I test the

[jira] [Created] (HIVE-18083) Support UTF8 in MySQL Metastore Backend

2017-11-16 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-18083: -- Summary: Support UTF8 in MySQL Metastore Backend Key: HIVE-18083 URL: https://issues.apache.org/jira/browse/HIVE-18083 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-18081) Import hive data to solr

2017-11-16 Thread Jaymin (JIRA)
Jaymin created HIVE-18081: - Summary: Import hive data to solr Key: HIVE-18081 URL: https://issues.apache.org/jira/browse/HIVE-18081 Project: Hive Issue Type: Test Components:

[jira] [Created] (HIVE-18082) HiveConnection is throwing an exception upon getHoldability()

2017-11-16 Thread Yui-Wah Lee (JIRA)
Yui-Wah Lee created HIVE-18082: -- Summary: HiveConnection is throwing an exception upon getHoldability() Key: HIVE-18082 URL: https://issues.apache.org/jira/browse/HIVE-18082 Project: Hive

Re: Review Request 63864: HIVE-18072 WM - fix various bugs based on cluster testing - part 2

2017-11-16 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63864/#review191232 ---

Re: Review Request 63854: CachedStore: Have a whitelist/blacklist config to allow selective caching of tables/partitions and allow read while prewarming

2017-11-16 Thread Vaibhav Gumashta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63854/ --- (Updated Nov. 16, 2017, 10:23 p.m.) Review request for hive, Daniel Dai,

Review Request 63893: HIVE-14487

2017-11-16 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63893/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-14487

[jira] [Created] (HIVE-18088) Add WM event traces at query level for debugging

2017-11-16 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-18088: Summary: Add WM event traces at query level for debugging Key: HIVE-18088 URL: https://issues.apache.org/jira/browse/HIVE-18088 Project: Hive

Re: Review Request 63864: HIVE-18072 WM - fix various bugs based on cluster testing - part 2

2017-11-16 Thread j . prasanth . j
> On Nov. 16, 2017, 7:45 p.m., Prasanth_J wrote: > > llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java > > Lines 414 (patched) > > > > > > or update log4j2 properties file with

[jira] [Created] (HIVE-18086) NullPointerException initializing query job when non-native table has partition columns

2017-11-16 Thread Andrew Olson (JIRA)
Andrew Olson created HIVE-18086: --- Summary: NullPointerException initializing query job when non-native table has partition columns Key: HIVE-18086 URL: https://issues.apache.org/jira/browse/HIVE-18086

[jira] [Created] (HIVE-18087) Simple select query finds nothing when non-native table has partition columns

2017-11-16 Thread Andrew Olson (JIRA)
Andrew Olson created HIVE-18087: --- Summary: Simple select query finds nothing when non-native table has partition columns Key: HIVE-18087 URL: https://issues.apache.org/jira/browse/HIVE-18087 Project:

Re: Review Request 63864: HIVE-18072 WM - fix various bugs based on cluster testing - part 2

2017-11-16 Thread Sergey Shelukhin
> On Nov. 16, 2017, 7:45 p.m., Prasanth_J wrote: > > llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java > > Lines 316 (patched) > > > > > > why would it stack overflow? I don't see a

Review Request 63890: HIVE-18025: Push resource plan changes to tez/unmanaged sessions

2017-11-16 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63890/ --- Review request for hive and Sergey Shelukhin. Bugs: HIVE-18025

Re: Review Request 63845: HIVE-15018

2017-11-16 Thread Ashutosh Chauhan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63845/#review191240 --- ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java Lines

Re: Review Request 63864: HIVE-18072 WM - fix various bugs based on cluster testing - part 2

2017-11-16 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63864/ --- (Updated Nov. 16, 2017, 9:30 p.m.) Review request for hive and Prasanth_J.

[jira] [Created] (HIVE-18089) Update golden files for few tests

2017-11-16 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-18089: --- Summary: Update golden files for few tests Key: HIVE-18089 URL: https://issues.apache.org/jira/browse/HIVE-18089 Project: Hive Issue Type: Test

Re: Review Request 63890: HIVE-18025: Push resource plan changes to tez/unmanaged sessions

2017-11-16 Thread j . prasanth . j
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63890/ --- (Updated Nov. 17, 2017, 2:20 a.m.) Review request for hive and Sergey

Re: Review Request 63864: HIVE-18072 WM - fix various bugs based on cluster testing - part 2

2017-11-16 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63864/ --- (Updated Nov. 17, 2017, 2:06 a.m.) Review request for hive and Prasanth_J.