[GitHub] hive pull request #172: HIVE-15642: Replicate Insert Overwrites, Dynamic Par...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/172 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] hive pull request #167: HIVE-16344: Test and support replication of exchange...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/167 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] hive pull request #170: HIVE-16488: Support replicating into existing db if ...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/170 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Review Request 50787: Add a timezone-aware timestamp

2017-05-03 Thread Rui Li
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50787/ --- (Updated May 3, 2017, 6:34 a.m.) Review request for hive. Bugs: HIVE-14412

Re: [VOTE] Apache Hive 2.3.0 Release Candidate 0

2017-05-03 Thread Sergio Pena
Thanks Rui. Pengcheng, the patch is reverted, you may continue with the RC1. On Tue, May 2, 2017 at 11:02 PM, Rui Li wrote: > The patch has been reverted in master and branch-2.3 > > On Wed, May 3, 2017 at 3:01 AM, Sergio Pena > wrote: > > > Hi

[jira] [Created] (HIVE-16575) Support for 'UNIQUE' and 'NOT NULL' constraints

2017-05-03 Thread Jesus Camacho Rodriguez (JIRA)
Jesus Camacho Rodriguez created HIVE-16575: -- Summary: Support for 'UNIQUE' and 'NOT NULL' constraints Key: HIVE-16575 URL: https://issues.apache.org/jira/browse/HIVE-16575 Project: Hive

[GitHub] hive pull request #175: HIVE-16575: Support for 'UNIQUE' and 'NOT NULL' cons...

2017-05-03 Thread jcamachor
GitHub user jcamachor opened a pull request: https://github.com/apache/hive/pull/175 HIVE-16575: Support for 'UNIQUE' and 'NOT NULL' constraints You can merge this pull request into a Git repository by running: $ git pull https://github.com/jcamachor/hive not_null

Re: Review Request 58501: HIVE-16469: Parquet timestamp table property is not always taken into account

2017-05-03 Thread Barna Zsombor Klara
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58501/ --- (Updated May 3, 2017, 12:59 p.m.) Review request for hive, Sergio Pena and

Re: Review Request 58501: HIVE-16469: Parquet timestamp table property is not always taken into account

2017-05-03 Thread Barna Zsombor Klara
> On May 2, 2017, 5:27 p.m., Sergio Pena wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/mr/MapRedTask.java > > Line 72 (original), 72 (patched) > > > > > > How does this work? I don't understand this change.

Re: Review Request 58865: HIVE-16552: Limit the number of tasks a Spark job may contain

2017-05-03 Thread Xuefu Zhang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58865/ --- (Updated May 3, 2017, 6:14 p.m.) Review request for hive. Bugs: HIVE-16552

Re: Review Request 58501: HIVE-16469: Parquet timestamp table property is not always taken into account

2017-05-03 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58501/#review173747 ---

[jira] [Created] (HIVE-16576) Fix encoding of intervals when fetching select query candidates from druid

2017-05-03 Thread Nishant Bangarwa (JIRA)
Nishant Bangarwa created HIVE-16576: --- Summary: Fix encoding of intervals when fetching select query candidates from druid Key: HIVE-16576 URL: https://issues.apache.org/jira/browse/HIVE-16576

Review Request 58973: HIVE-16578

2017-05-03 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58973/ --- Review request for hive and Jason Dere. Repository: hive-git Description

Re: Review Request 58934: HIVE-16568: Support complex types in external LLAP InputFormat

2017-05-03 Thread Jason Dere
> On May 3, 2017, 5:34 a.m., Prasanth_J wrote: > > llap-client/src/java/org/apache/hadoop/hive/llap/LlapRowRecordReader.java > > Lines 154 (patched) > > > > > > IIRC, there are utilities already to do this in

CFP for Dataworks Summit Sydney

2017-05-03 Thread Alan Gates
Resend, sorry if this shows up twice. The Australia/Pacific version of Dataworks Summit is in Sydney this year, September 20-21.   This is a great place to talk about work you are doing in Apache Hive or how you are using Hive.  Information on submitting an abstract is at

[jira] [Created] (HIVE-16577) Syntax error in the metastore init scripts for mssql

2017-05-03 Thread Vihang Karajgaonkar (JIRA)
Vihang Karajgaonkar created HIVE-16577: -- Summary: Syntax error in the metastore init scripts for mssql Key: HIVE-16577 URL: https://issues.apache.org/jira/browse/HIVE-16577 Project: Hive

[jira] [Created] (HIVE-16578) Semijoin Hints should use column name, if provided for partition key check

2017-05-03 Thread Deepak Jaiswal (JIRA)
Deepak Jaiswal created HIVE-16578: - Summary: Semijoin Hints should use column name, if provided for partition key check Key: HIVE-16578 URL: https://issues.apache.org/jira/browse/HIVE-16578 Project:

Re: Review Request 58934: HIVE-16568: Support complex types in external LLAP InputFormat

2017-05-03 Thread j . prasanth . j
> On May 3, 2017, 5:34 a.m., Prasanth_J wrote: > > llap-common/src/java/org/apache/hadoop/hive/llap/TypeDesc.java > > Lines 154 (patched) > > > > > > This also looks repetitive. TypeInfoUtils already has something

Re: [VOTE] Apache Hive 2.3.0 Release Candidate 0

2017-05-03 Thread Vihang Karajgaonkar
I think we need to fix HIVE-16577 before releasing 2.3.0. The metastore schema initialization script for mssql is broken since 2.2.0. Also, I noticed that JIRA shows 2.2.0 as unreleased. Does anyone know how to fix it? On Wed, May 3, 2017 at 8:48 AM, Sergio Pena wrote:

CFP for Dataworks Summit Sydney

2017-05-03 Thread Alan Gates
The Australia/Pacific version of Dataworks Summit is in Sydney this year, September 20-21. This is a great place to talk about work you are doing in Apache Hive or how you are using Hive. Information on submitting an abstract is at

Re: Review Request 58973: HIVE-16578

2017-05-03 Thread Jason Dere
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58973/#review173818 ---

Re: Review Request 58973: HIVE-16578

2017-05-03 Thread Deepak Jaiswal
> On May 3, 2017, 10:24 p.m., Jason Dere wrote: > > ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionPruningOptimization.java > > Lines 225 (patched) > > > > > > Can't totally tell the nesting here,

[jira] [Created] (HIVE-16579) CachedStore: improvements to partition col stats caching

2017-05-03 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-16579: --- Summary: CachedStore: improvements to partition col stats caching Key: HIVE-16579 URL: https://issues.apache.org/jira/browse/HIVE-16579 Project: Hive

Re: Review Request 50787: Add a timezone-aware timestamp

2017-05-03 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/50787/#review173833 --- ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g Lines

[GitHub] hive pull request #176: HIVE-16530: Improve execution logs for REPL commands

2017-05-03 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/176 HIVE-16530: Improve execution logs for REPL commands You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-16530 Alternatively you

[jira] [Created] (HIVE-16580) CachedStore: Cache column stats for unpartitioned tables

2017-05-03 Thread Vaibhav Gumashta (JIRA)
Vaibhav Gumashta created HIVE-16580: --- Summary: CachedStore: Cache column stats for unpartitioned tables Key: HIVE-16580 URL: https://issues.apache.org/jira/browse/HIVE-16580 Project: Hive

Re: Review Request 58973: HIVE-16578

2017-05-03 Thread Deepak Jaiswal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58973/ --- (Updated May 4, 2017, 1:19 a.m.) Review request for hive and Jason Dere.

[jira] [Created] (HIVE-16581) improve upon HIVE-16523 II

2017-05-03 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HIVE-16581: --- Summary: improve upon HIVE-16523 II Key: HIVE-16581 URL: https://issues.apache.org/jira/browse/HIVE-16581 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-16582) HashTableLoader should log info about the input, rows, size etc.

2017-05-03 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-16582: Summary: HashTableLoader should log info about the input, rows, size etc. Key: HIVE-16582 URL: https://issues.apache.org/jira/browse/HIVE-16582

Re: Review Request 50787: Add a timezone-aware timestamp

2017-05-03 Thread Rui Li
> On May 3, 2017, 9:57 p.m., pengcheng xiong wrote: > > ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g > > Lines 132 (patched) > > > > > > I think Identifier["timestamptz"] and Identifier["zone"] may be >

Re: Review Request 58501: HIVE-16469: Parquet timestamp table property is not always taken into account

2017-05-03 Thread cheng xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58501/#review173857 --- ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java

[jira] [Created] (HIVE-16573) In-place update for HoS can't be disabled

2017-05-03 Thread Rui Li (JIRA)
Rui Li created HIVE-16573: - Summary: In-place update for HoS can't be disabled Key: HIVE-16573 URL: https://issues.apache.org/jira/browse/HIVE-16573 Project: Hive Issue Type: Bug

Re: Review Request 58865: HIVE-16552: Limit the number of tasks a Spark job may contain

2017-05-03 Thread Rui Li
> On May 3, 2017, 3:35 a.m., Rui Li wrote: > > Xuefu, the patch looks good to me overall. Thanks for the work. Do you think we should add some negative test case for it? > On May 3, 2017, 3:35 a.m., Rui Li wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkTask.java > > Lines

[jira] [Created] (HIVE-16574) Select count(*) throws ClassCastException in the presence of struct data type object

2017-05-03 Thread Mahesh Nayak (JIRA)
Mahesh Nayak created HIVE-16574: --- Summary: Select count(*) throws ClassCastException in the presence of struct data type object Key: HIVE-16574 URL: https://issues.apache.org/jira/browse/HIVE-16574

[jira] [Created] (HIVE-16583) Select query fails with some exception error

2017-05-03 Thread Atul (JIRA)
Atul created HIVE-16583: --- Summary: Select query fails with some exception error Key: HIVE-16583 URL: https://issues.apache.org/jira/browse/HIVE-16583 Project: Hive Issue Type: Bug