[jira] [Created] (HIVE-17460) `insert overwrite` should support table schema evolution (e.g. add columns)

2017-09-05 Thread Chaozhong Yang (JIRA)
columns, added columns will not be accessed. ``` create table src_table( i int ) PARTITIONED BY (`date` string); insert overwrite table src_table partition(`date`='20170905') valu es (3); select * from src_table where `date` = '20170905'; alter table src_table add columns (bi bigint

[jira] [Created] (HIVE-17459) View deletion operation failed to replicate on target cluster

2017-09-05 Thread Tao Li (JIRA)
Tao Li created HIVE-17459: - Summary: View deletion operation failed to replicate on target cluster Key: HIVE-17459 URL: https://issues.apache.org/jira/browse/HIVE-17459 Project: Hive Issue Type:

Re: Review Request 62108: HIVE-17387 implement Tez AM registry in Hive

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62108/#review184617 ---

Re: Review Request 62108: HIVE-17387 implement Tez AM registry in Hive

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62108/#review184616 --- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Lines

Review Request 62108: HIVE-17387 implement Tez AM registry in Hive

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62108/ --- Review request for hive and Gunther Hagleitner. Repository: hive-git

[jira] [Created] (HIVE-17458) VectorizedOrcAcidRowBatchReader doesn't handle 'original' files

2017-09-05 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17458: - Summary: VectorizedOrcAcidRowBatchReader doesn't handle 'original' files Key: HIVE-17458 URL: https://issues.apache.org/jira/browse/HIVE-17458 Project: Hive

Re: Review Request 62098: HIVE-17403: Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread j . prasanth . j
> On Sept. 6, 2017, 12:08 a.m., Sergey Shelukhin wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/AbstractFileMergeOperator.java > > Line 231 (original), 256 (patched) > > > > > > hmm... is this necessary? > >

Re: Review Request 62098: HIVE-17403: Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Sergey Shelukhin
> On Sept. 6, 2017, 12:08 a.m., Sergey Shelukhin wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/AbstractFileMergeOperator.java > > Line 231 (original), 256 (patched) > > > > > > hmm... is this necessary? > >

Re: Review Request 62098: HIVE-17403: Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread j . prasanth . j
> On Sept. 6, 2017, 12:08 a.m., Sergey Shelukhin wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/AbstractFileMergeOperator.java > > Line 231 (original), 256 (patched) > > > > > > hmm... is this necessary? > >

Re: Review Request 62098: HIVE-17403: Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62098/#review184607 ---

[jira] [Created] (HIVE-17457) Acid Insert Overwrite when the transaction fails

2017-09-05 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-17457: - Summary: Acid Insert Overwrite when the transaction fails Key: HIVE-17457 URL: https://issues.apache.org/jira/browse/HIVE-17457 Project: Hive Issue Type:

Re: Review Request 62092: HIVE-17368 : DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62092/ --- (Updated Sept. 5, 2017, 11:24 p.m.) Review request for hive, Aihua Xu, Janaki

Re: Review Request 62092: HIVE-17368 : DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar
> On Sept. 5, 2017, 7:37 p.m., Janaki Lahorani wrote: > > shims/common/src/main/java/org/apache/hadoop/hive/thrift/DBTokenStore.java > > Line 155 (original), 155 (patched) > > > > > > Why do we need this change?

[jira] [Created] (HIVE-17456) Set current database for external LLAP interface

2017-09-05 Thread Jason Dere (JIRA)
Jason Dere created HIVE-17456: - Summary: Set current database for external LLAP interface Key: HIVE-17456 URL: https://issues.apache.org/jira/browse/HIVE-17456 Project: Hive Issue Type: Sub-task

Review Request 62098: HIVE-17403: Fail concatenation for unmanaged and transactional tables

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

[jira] [Created] (HIVE-17455) External LLAP client: connection to HS2 should be kept open until explicitly closed

2017-09-05 Thread Jason Dere (JIRA)
Jason Dere created HIVE-17455: - Summary: External LLAP client: connection to HS2 should be kept open until explicitly closed Key: HIVE-17455 URL: https://issues.apache.org/jira/browse/HIVE-17455 Project:

[jira] [Created] (HIVE-17454) Hive - MAX Window function does not accept more than 1 sort key and does not work as expected with rows window clause

2017-09-05 Thread Krish B (JIRA)
Krish B created HIVE-17454: -- Summary: Hive - MAX Window function does not accept more than 1 sort key and does not work as expected with rows window clause Key: HIVE-17454 URL:

Re: Review Request 62092: HIVE-17368 : DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Janaki Lahorani
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62092/#review184571 ---

Re: Review Request 62091: HIVE-17386 support LLAP workload management in HS2 (low level only)

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62091/ --- (Updated Sept. 5, 2017, 6:52 p.m.) Review request for hive, Zhiyuan Yang,

Review Request 62092: HIVE-17368 : DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62092/ --- Review request for hive, Aihua Xu, Janaki Lahorani, Sergio Pena, and Sahil

Review Request 62091: HIVE-17386 support LLAP workload management in HS2 (low level only)

2017-09-05 Thread Sergey Shelukhin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62091/ --- Review request for hive, Zhiyuan Yang, Gunther Hagleitner, and Siddharth Seth.

[GitHub] hive pull request #243: HIVE-17428: REPL LOAD of ALTER_PARTITION event doesn...

2017-09-05 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/243 HIVE-17428: REPL LOAD of ALTER_PARTITION event doesn't create import tasks if the partition doesn't exist during analyze phase. You can merge this pull request into a Git repository by running:

[jira] [Created] (HIVE-17453) Missing ASF headers 2 classes

2017-09-05 Thread ZhangBing Lin (JIRA)
ZhangBing Lin created HIVE-17453: Summary: Missing ASF headers 2 classes Key: HIVE-17453 URL: https://issues.apache.org/jira/browse/HIVE-17453 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-17452) HPL/SQL function variable block is not initialized

2017-09-05 Thread Dmitry Tolpeko (JIRA)
Dmitry Tolpeko created HIVE-17452: - Summary: HPL/SQL function variable block is not initialized Key: HIVE-17452 URL: https://issues.apache.org/jira/browse/HIVE-17452 Project: Hive Issue

[jira] [Created] (HIVE-17451) Cannot read decimal from avro file created with HIVE

2017-09-05 Thread liviu (JIRA)
liviu created HIVE-17451: Summary: Cannot read decimal from avro file created with HIVE Key: HIVE-17451 URL: https://issues.apache.org/jira/browse/HIVE-17451 Project: Hive Issue Type: Bug