[jira] [Created] (HIVE-20382) Materialized views: Introduce heuristic to favour incremental rebuild

2018-08-13 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-20382: -- Summary: Materialized views: Introduce heuristic to favour incremental rebuild Key: HIVE-20382 URL: https://issues.apache.org/jira/browse/HIVE-20382

Re: [jira] [Created] (HIVE-20381) Vectorization: Reduce dedup of GroupBy + PTF turns off vectorization

2018-08-13 Thread mathes waran
Hi team, I would request you to unsubscribe my account from these mailing lists. Thanks, Matheswaran.S On Tue, Aug 14, 2018 at 6:00 AM Gopal V (JIRA) wrote: > Gopal V created HIVE-20381: > -- > > Summary: Vectorization: Reduce dedup of GroupBy + PTF

Review Request 68337: HIVE-20379

2018-08-13 Thread Jesús Camacho Rodríguez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68337/ --- Review request for hive and Ashutosh Chauhan. Bugs: HIVE-20379

[jira] [Created] (HIVE-20381) Vectorization: Reduce dedup of GroupBy + PTF turns off vectorization

2018-08-13 Thread Gopal V (JIRA)
Gopal V created HIVE-20381: -- Summary: Vectorization: Reduce dedup of GroupBy + PTF turns off vectorization Key: HIVE-20381 URL: https://issues.apache.org/jira/browse/HIVE-20381 Project: Hive Issue

[jira] [Created] (HIVE-20380) explore storing multiple CBs in a single cache buffer in LLAP cache

2018-08-13 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-20380: --- Summary: explore storing multiple CBs in a single cache buffer in LLAP cache Key: HIVE-20380 URL: https://issues.apache.org/jira/browse/HIVE-20380 Project:

[jira] [Created] (HIVE-20379) Rewriting with partitioned materialized views may reference wrong column

2018-08-13 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-20379: -- Summary: Rewriting with partitioned materialized views may reference wrong column Key: HIVE-20379 URL: https://issues.apache.org/jira/browse/HIVE-20379

[jira] [Created] (HIVE-20378) don't update stats during alter for txn table conversion

2018-08-13 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-20378: --- Summary: don't update stats during alter for txn table conversion Key: HIVE-20378 URL: https://issues.apache.org/jira/browse/HIVE-20378 Project: Hive

[jira] [Created] (HIVE-20377) Hive Kafka Storage Handler

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20377: - Summary: Hive Kafka Storage Handler Key: HIVE-20377 URL: https://issues.apache.org/jira/browse/HIVE-20377 Project: Hive Issue Type: Bug Affects

[jira] [Created] (HIVE-20376) Timestamp Timezone parser dosen't handler ISO formats "2013-08-31T01:02:33Z"

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20376: - Summary: Timestamp Timezone parser dosen't handler ISO formats "2013-08-31T01:02:33Z" Key: HIVE-20376 URL: https://issues.apache.org/jira/browse/HIVE-20376

[jira] [Created] (HIVE-20375) Json SerDe ignoring the timestamp.formats property

2018-08-13 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20375: - Summary: Json SerDe ignoring the timestamp.formats property Key: HIVE-20375 URL: https://issues.apache.org/jira/browse/HIVE-20375 Project: Hive Issue

Re: Programmatically determine version of Hive running on server

2018-08-13 Thread Devopam Mittra
Can you achieve that with hive --version ? using a simple script. regards Dev On Mon, Aug 13, 2018 at 2:49 PM Bohdan Kazydub wrote: > Hi all, > > is it possible to determine a version of Hive running on server using Hive > (HiveMetaStoreClient etc.) 2.3.3? > > Best regards, > Bohdan > --

[jira] [Created] (HIVE-20374) Write Hive version information to Parquet footer

2018-08-13 Thread Zoltan Ivanfi (JIRA)
Zoltan Ivanfi created HIVE-20374: Summary: Write Hive version information to Parquet footer Key: HIVE-20374 URL: https://issues.apache.org/jira/browse/HIVE-20374 Project: Hive Issue Type:

[jira] [Created] (HIVE-20373) Output of 'show compactions' displays double header

2018-08-13 Thread Laszlo Bodor (JIRA)
Laszlo Bodor created HIVE-20373: --- Summary: Output of 'show compactions' displays double header Key: HIVE-20373 URL: https://issues.apache.org/jira/browse/HIVE-20373 Project: Hive Issue Type:

[jira] [Created] (HIVE-20372) WRTIE_SET spelling in TxnHandler

2018-08-13 Thread Laszlo Bodor (JIRA)
Laszlo Bodor created HIVE-20372: --- Summary: WRTIE_SET spelling in TxnHandler Key: HIVE-20372 URL: https://issues.apache.org/jira/browse/HIVE-20372 Project: Hive Issue Type: Bug

[GitHub] hive pull request #416: HIVE-20371: Queries failing with Internal error proc...

2018-08-13 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/416 HIVE-20371: Queries failing with Internal error processing add_write_notification_log You can merge this pull request into a Git repository by running: $ git pull

Programmatically determine version of Hive running on server

2018-08-13 Thread Bohdan Kazydub
Hi all, is it possible to determine a version of Hive running on server using Hive (HiveMetaStoreClient etc.) 2.3.3? Best regards, Bohdan

[jira] [Created] (HIVE-20371) Queries failing with Internal error processing add_write_notification_log

2018-08-13 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-20371: --- Summary: Queries failing with Internal error processing add_write_notification_log Key: HIVE-20371 URL: https://issues.apache.org/jira/browse/HIVE-20371

[GitHub] hive pull request #415: desc table Command optimize

2018-08-13 Thread Xoln
GitHub user Xoln opened a pull request: https://github.com/apache/hive/pull/415 desc table Command optimize when execute desc table {table} , and the {table} is a partitioned table which has many partitions, it will read the partitions from meta and load very slow. desc table