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

2017-05-03 Thread Lefty Leverenz
> On April 30, 2017, 4:15 a.m., Lefty Leverenz wrote: > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java > > Lines 3340-3341 (patched) > > > > > > "... more tasks than the maximu, ..." -> maximum > >

[GitHub] hive pull request #177: HIVE-1010: Implement INFORMATION_SCHEMA in Hive (Gun...

2017-05-03 Thread hagleitn
GitHub user hagleitn opened a pull request: https://github.com/apache/hive/pull/177 HIVE-1010: Implement INFORMATION_SCHEMA in Hive (Gunther Hagleitner) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hagleitn/hive master Altern

[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 Components:

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 > >

[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 Projec

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 Lin

[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 Rep

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. Chan

[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 I

[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 I

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, bu

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 --- ql/src/java/org/apache/hadoop/hive/ql/optimizer/DynamicPartitionP

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 132

[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 ca

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 li

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

[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: H

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 https://dataworkssummit.com/sydney-2017/abstracts/submit-abst

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 ObjectI

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: > Thanks Rui. > > Pengche

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 https://dataworkssummi

[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-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 Projec

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 --- ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInp

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 Pengcheng, > > > > There is a request from the HD

[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 Alternative

[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

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. T

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 Zolt

[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 Proj

[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 Components

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 13