[jira] [Created] (HIVE-20953) Fix testcase TestReplicationScenariosAcrossInstances#testBootstrapReplLoadRetryAfterFailureForPartitions to not depend upon the order in which objects get loaded

2018-11-20 Thread Ashutosh Bapat (JIRA)
Ashutosh Bapat created HIVE-20953: - Summary: Fix testcase TestReplicationScenariosAcrossInstances#testBootstrapReplLoadRetryAfterFailureForPartitions to not depend upon the order in which objects get loaded Key: HIVE-20953

Re: Review Request 69367: Query based compactor for full CRUD Acid tables

2018-11-20 Thread Eugene Koifman
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69367/#review210740 ---

[GitHub] hive pull request #490: [HIVE-20952] Cleaning VectorizationContext.java

2018-11-20 Thread b-slim
GitHub user b-slim opened a pull request: https://github.com/apache/hive/pull/490 [HIVE-20952] Cleaning VectorizationContext.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/b-slim/hive HIVE-20952 Alternatively you can

[jira] [Created] (HIVE-20952) Cleaning VectorizationContext.java

2018-11-20 Thread slim bouguerra (JIRA)
slim bouguerra created HIVE-20952: - Summary: Cleaning VectorizationContext.java Key: HIVE-20952 URL: https://issues.apache.org/jira/browse/HIVE-20952 Project: Hive Issue Type: Improvement

[jira] [Created] (HIVE-20951) LLAP: Set Xms to 50% always

2018-11-20 Thread Gopal V (JIRA)
Gopal V created HIVE-20951: -- Summary: LLAP: Set Xms to 50% always Key: HIVE-20951 URL: https://issues.apache.org/jira/browse/HIVE-20951 Project: Hive Issue Type: Bug Components: llap

Re: Why are TXN IDs not partitioned per database?

2018-11-20 Thread Granville Barnett
Thanks Alan. On Tue, 20 Nov 2018, 17:23 Alan Gates History. Originally there were only transaction ids, which were global. > Write ids for tables came later as a way to limit the amount of information > each transaction needed to track and to make it easier to replicate table > changes between

[jira] [Created] (HIVE-20950) Transform OUTER join with condition always true into INNER join

2018-11-20 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-20950: -- Summary: Transform OUTER join with condition always true into INNER join Key: HIVE-20950 URL: https://issues.apache.org/jira/browse/HIVE-20950

[jira] [Created] (HIVE-20949) Improve PKFK cardinality estimation in physical planning

2018-11-20 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-20949: -- Summary: Improve PKFK cardinality estimation in physical planning Key: HIVE-20949 URL: https://issues.apache.org/jira/browse/HIVE-20949 Project:

Disabling Basic Stats on a Per-Session Basis

2018-11-20 Thread Morio Ramdenbourg
Hi all, I've been looking for a particular commit that added the ability to disable basic HMS statistics (hive.stats.autogather ) on a per-session basis via the environment context. This

[jira] [Created] (HIVE-20948) Eliminate file rename in compactor

2018-11-20 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-20948: - Summary: Eliminate file rename in compactor Key: HIVE-20948 URL: https://issues.apache.org/jira/browse/HIVE-20948 Project: Hive Issue Type: Bug

Re: Why are TXN IDs not partitioned per database?

2018-11-20 Thread Alan Gates
History. Originally there were only transaction ids, which were global. Write ids for tables came later as a way to limit the amount of information each transaction needed to track and to make it easier to replicate table changes between Hive instances. But even if we had put them in from the

[jira] [Created] (HIVE-20947) Add User Agent String to Hive Client API

2018-11-20 Thread BELUGA BEHR (JIRA)
BELUGA BEHR created HIVE-20947: -- Summary: Add User Agent String to Hive Client API Key: HIVE-20947 URL: https://issues.apache.org/jira/browse/HIVE-20947 Project: Hive Issue Type: New Feature

[GitHub] hive pull request #489: [SequenceFile]: java.lang.ClassCastException: org.ap...

2018-11-20 Thread kautshukla
GitHub user kautshukla opened a pull request: https://github.com/apache/hive/pull/489 [SequenceFile]: java.lang.ClassCastException: org.apache.hadoop.io.ByteWritable cannot be cast to org.apache.hadoop.io.Text Check writable instance and then create Text object. In sequence

Why are TXN IDs not partitioned per database?

2018-11-20 Thread Granville Barnett
Hi, Reading the source code of Hive 3.x and I have a question regarding transaction IDs which form the span of a transaction: it's begin (TXN ID) and commit ID (NEXT_TXN_ID at time of commit). Why is it that we have a global timeline for transactions rather than a timeline partitioned at the

Re: Review Request 69410: HIVE-20330: HCatLoader cannot handle multiple InputJobInfo objects for a job with multiple inputs

2018-11-20 Thread Nandor Kollar via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69410/#review210718 --- Ship it! Ship It! - Nandor Kollar On Nov. 20, 2018, 12:53

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-20 Thread Slim Bouguerra
> On Nov. 20, 2018, 7:57 a.m., Nishant Bangarwa wrote: > > checkstyle/checkstyle.xml > > Lines 166 (patched) > > > > > > please break down this into 2 separate patches. > > The main benefits of separating this

Re: Review Request 69404: HIVE-20932 adding vectorize wrapper for Druid Storage Handler.

2018-11-20 Thread Slim Bouguerra
> On Nov. 20, 2018, 7:54 a.m., Nishant Bangarwa wrote: > > data/files/datasets/druid_table_alltypesorc/load.hive.sql > > Line 36 (original) > > > > > > why not dropping this table ? it is dropped later, this will

Review Request 69410: HIVE-20330: HCatLoader cannot handle multiple InputJobInfo objects for a job with multiple inputs

2018-11-20 Thread Adam Szita via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69410/ --- Review request for hive, Nandor Kollar and Peter Vary. Bugs: HIVE-20330

[jira] [Created] (HIVE-20946) Standardised HMS Audit log formats and complete metadata

2018-11-20 Thread Dharak Kharod (JIRA)
Dharak Kharod created HIVE-20946: Summary: Standardised HMS Audit log formats and complete metadata Key: HIVE-20946 URL: https://issues.apache.org/jira/browse/HIVE-20946 Project: Hive Issue

[jira] [Created] (HIVE-20945) set conf more than 2 is not work although whitelist set in hiveserver2 in Hue or Zeppelin, ...

2018-11-20 Thread sungryoungkim (JIRA)
sungryoungkim created HIVE-20945: Summary: set conf more than 2 is not work although whitelist set in hiveserver2 in Hue or Zeppelin, ... Key: HIVE-20945 URL: https://issues.apache.org/jira/browse/HIVE-20945