[jira] [Commented] (HIVE-17393) AMReporter need hearbeat every external 'AM'

2017-09-05 Thread Zhiyuan Yang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154243#comment-16154243 ] Zhiyuan Yang commented on HIVE-17393: - Thanks [~sershe] for reivew! > AMReporter need hearbeat every

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-17455: -- Status: Patch Available (was: Open) > External LLAP client: connection to HS2 should be kept open

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

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko updated HIVE-17452: -- Attachment: HIVE-17452.1.patch > HPL/SQL function variable block is not initialized >

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

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko updated HIVE-17452: -- Status: Patch Available (was: Open) > HPL/SQL function variable block is not initialized >

[jira] [Commented] (HIVE-17403) Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154767#comment-16154767 ] Hive QA commented on HIVE-17403: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-10567) partial scan for rcfile table doesn't work for dynamic partition

2017-09-05 Thread Bing Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154766#comment-16154766 ] Bing Li commented on HIVE-10567: [~ashutoshc] I found that the previous patch could work on the latest

[jira] [Commented] (HIVE-13989) Extended ACLs are not handled according to specification

2017-09-05 Thread Chris Drome (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154794#comment-16154794 ] Chris Drome commented on HIVE-13989: [~vgumashta], I checked all of the failures on the branch-2.2

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

2017-09-05 Thread Chaozhong Yang (JIRA)
e is a common use case. However, If > we insert overwrite older partitions after adding columns, added columns will > not be accessed. > ``` > create table src_table( > i int > ) > PARTITIONED BY (`date` string); > insert overwrite table src_table partition

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

2017-09-05 Thread Chaozhong Yang (JIRA)
> ``` > 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] [Updated] (HIVE-17460) `insert overwrite` should support table schema evolution (e.g. add columns)

2017-09-05 Thread Chaozhong Yang (JIRA)
lder partitions after adding 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

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

2017-09-05 Thread Chaozhong Yang (JIRA)
insert overwrite older partitions after adding 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

[jira] [Updated] (HIVE-10567) partial scan for rcfile table doesn't work for dynamic partition

2017-09-05 Thread Bing Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-10567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bing Li updated HIVE-10567: --- Attachment: HIVE-10567.2.patch Add the test case based on the HIVE-10567.1.patch > partial scan for rcfile

[jira] [Commented] (HIVE-16927) LLAP: Slider takes down all daemons when some daemons fail repeatedly

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154821#comment-16154821 ] Hive QA commented on HIVE-16927: Here are the results of testing the latest attachment:

[jira] [Resolved] (HIVE-16031) rename the new SQL files (if any remain) before merge to master

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin resolved HIVE-16031. - Resolution: Invalid > rename the new SQL files (if any remain) before merge to master >

[jira] [Commented] (HIVE-17401) Hive session idle timeout doesn't function properly

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154166#comment-16154166 ] Hive QA commented on HIVE-17401: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-17403) Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-17403: - Status: Patch Available (was: Open) > Fail concatenation for unmanaged and

[jira] [Commented] (HIVE-17280) Data loss in CONCATENATE ORC created by Spark

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154377#comment-16154377 ] Prasanth Jayachandran commented on HIVE-17280: -- [~mgaido] Posted a patch to HIVE-17280 that

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Attachment: HIVE-17429.2.patch > Hive JDBC doesn't return rows when querying Impala >

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Status: Patch Available (was: In Progress) > Hive JDBC doesn't return rows when querying Impala >

[jira] [Commented] (HIVE-17393) AMReporter need hearbeat every external 'AM'

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154240#comment-16154240 ] Sergey Shelukhin commented on HIVE-17393: - +1 > AMReporter need hearbeat every external 'AM' >

[jira] [Comment Edited] (HIVE-17280) Data loss in CONCATENATE ORC created by Spark

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154377#comment-16154377 ] Prasanth Jayachandran edited comment on HIVE-17280 at 9/5/17 9:55 PM: --

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Fix Version/s: 2.1.0 Release Note: Check for resultSet returned by TExecuteRequest in

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Status: In Progress (was: Patch Available) > Hive JDBC doesn't return rows when querying Impala >

[jira] [Commented] (HIVE-17401) Hive session idle timeout doesn't function properly

2017-09-05 Thread Peter Vary (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154297#comment-16154297 ] Peter Vary commented on HIVE-17401: --- Thanks for the patch [~xuefuz]. HIVE-17401.2.patch looks good to

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-17455: -- Attachment: HIVE-17455.1.patch > External LLAP client: connection to HS2 should be kept open until

[jira] [Updated] (HIVE-17403) Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-17403: - Summary: Fail concatenation for unmanaged and transactional tables (was: Fail

[jira] [Commented] (HIVE-17386) support LLAP workload management in HS2 (low level only)

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154453#comment-16154453 ] Hive QA commented on HIVE-17386: Here are the results of testing the latest attachment:

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere reassigned HIVE-17455: - > External LLAP client: connection to HS2 should be kept open until explicitly > closed >

[jira] [Updated] (HIVE-17403) Fail concatenation for unmanaged and transactional tables

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-17403: - Attachment: HIVE-17403.1.patch > Fail concatenation for unmanaged and

[jira] [Commented] (HIVE-17428) REPL LOAD of ALTER_PARTITION event doesn't create import tasks if the partition doesn't exist during analyze phase.

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154280#comment-16154280 ] Hive QA commented on HIVE-17428: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-17419) ANALYZE TABLE...COMPUTE STATISTICS FOR COLUMNS command shows computed stats for masked tables

2017-09-05 Thread Jesus Camacho Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154460#comment-16154460 ] Jesus Camacho Rodriguez commented on HIVE-17419: [~ashutoshc], could you take a look?

[jira] [Updated] (HIVE-17261) Hive use deprecated ParquetInputSplit constructor which blocked parquet dictionary filter

2017-09-05 Thread Junjie Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Junjie Chen updated HIVE-17261: --- Attachment: HIVE-17261.4.patch > Hive use deprecated ParquetInputSplit constructor which blocked

[jira] [Commented] (HIVE-11434) Followup for HIVE-10166: reuse existing configurations for prewarming Spark executors

2017-09-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153151#comment-16153151 ] Lefty Leverenz commented on HIVE-11434: --- Doc note: The wiki has been updated for

[jira] [Commented] (HIVE-11363) Prewarm Hive on Spark containers [Spark Branch]

2017-09-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153161#comment-16153161 ] Lefty Leverenz commented on HIVE-11363: --- The wiki has been updated, so I removed the TODOC-SPARK and

[jira] [Updated] (HIVE-11363) Prewarm Hive on Spark containers [Spark Branch]

2017-09-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-11363: -- Labels: (was: TODOC-SPARK TODOC1.3) > Prewarm Hive on Spark containers [Spark Branch] >

[jira] [Updated] (HIVE-17414) HoS DPP + Vectorization generates invalid explain plan due to CombineEquivalentWorkResolver

2017-09-05 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu updated HIVE-17414: Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Available)

[jira] [Commented] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154524#comment-16154524 ] Zach Amsden commented on HIVE-17429: That doesn't seem to have triggered the pre-commit build and it's

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-17456: -- Attachment: HIVE-17456.1.patch > Set current database for external LLAP interface >

[jira] [Updated] (HIVE-17368) DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-17368: --- Attachment: HIVE-17368.06-branch-2.patch Attaching the updated patch which addresses

[jira] [Commented] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154650#comment-16154650 ] Hive QA commented on HIVE-17429: Here are the results of testing the latest attachment:

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere reassigned HIVE-17456: - > Set current database for external LLAP interface >

[jira] [Commented] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154553#comment-16154553 ] Vihang Karajgaonkar commented on HIVE-17429: I see your patch next in the line in the queue.

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

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154563#comment-16154563 ] Hive QA commented on HIVE-17452: Here are the results of testing the latest attachment:

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

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman reassigned HIVE-17457: - > Acid Insert Overwrite when the transaction fails >

[jira] [Updated] (HIVE-17417) LazySimple Timestamp and Date serialization is very expensive

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-17417: - Attachment: HIVE-17417.3.patch > LazySimple Timestamp and Date serialization is

[jira] [Commented] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154651#comment-16154651 ] Vihang Karajgaonkar commented on HIVE-17429: Oh, now that I looked at this again it was

[jira] [Commented] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154657#comment-16154657 ] Vihang Karajgaonkar commented on HIVE-17429: I was about to attach the patch again but looks

[jira] [Assigned] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar reassigned HIVE-17429: -- Assignee: Vihang Karajgaonkar (was: Zach Amsden) > Hive JDBC doesn't return

[jira] [Assigned] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar reassigned HIVE-17429: -- Assignee: Zach Amsden (was: Vihang Karajgaonkar) > Hive JDBC doesn't return

[jira] [Updated] (HIVE-17387) implement Tez AM registry in Hive

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-17387: Attachment: HIVE-17387.patch This introduces the registry inside the LLAP scheduler plugin,

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

2017-09-05 Thread Tao Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Li reassigned HIVE-17459: - > View deletion operation failed to replicate on target cluster >

[jira] [Updated] (HIVE-17387) implement Tez AM registry in Hive

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-17387: Status: Patch Available (was: Open) > implement Tez AM registry in Hive >

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

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154706#comment-16154706 ] Hive QA commented on HIVE-17455: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-17368) DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-17368: --- Attachment: HIVE-17368.06-branch-2.patch > DBTokenStore fails to connect in Kerberos

[jira] [Commented] (HIVE-15665) LLAP: OrcFileMetadata objects in cache can impact heap usage

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154571#comment-16154571 ] Sergey Shelukhin commented on HIVE-15665: - [~prasanth_j] here's the ORC jira. Lots of the code

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

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154662#comment-16154662 ] Sergey Shelukhin commented on HIVE-17456: - +1 pending tests. Actually is adding a test/new logic

[jira] [Updated] (HIVE-17368) DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vihang Karajgaonkar updated HIVE-17368: --- Attachment: (was: HIVE-17368.06-branch-2.patch) > DBTokenStore fails to connect

[jira] [Commented] (HIVE-17417) LazySimple Timestamp and Date serialization is very expensive

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154652#comment-16154652 ] Prasanth Jayachandran commented on HIVE-17417: -- Tests failed as the initial date started

[jira] [Comment Edited] (HIVE-17417) LazySimple Timestamp and Date serialization is very expensive

2017-09-05 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154652#comment-16154652 ] Prasanth Jayachandran edited comment on HIVE-17417 at 9/6/17 12:54 AM:

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

2017-09-05 Thread Jason Dere (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154664#comment-16154664 ] Jason Dere commented on HIVE-17456: --- Actually, this patch is built on top of the patch for HIVE-17455,

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

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman reassigned HIVE-17458: - > VectorizedOrcAcidRowBatchReader doesn't handle 'original' files >

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

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154674#comment-16154674 ] Sergey Shelukhin commented on HIVE-17455: - nit: the map should be final. Also,

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

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-17458: -- Description: VectorizedOrcAcidRowBatchReader will not be used for original files. This will

[jira] [Commented] (HIVE-12767) Implement table property to address Parquet int96 timestamp bug

2017-09-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153172#comment-16153172 ] Lefty Leverenz commented on HIVE-12767: --- The documentation was reverted (thanks, [~zsombor.klara])

[jira] [Updated] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread anishek (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anishek updated HIVE-17426: --- Attachment: HIVE-17426.1.patch associating the currentTransactionId with the correct class > Execution

[jira] [Updated] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread anishek (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anishek updated HIVE-17426: --- Attachment: (was: HIVE-17426.1.patch) > Execution framework in hive to run tasks in parallel other than

[jira] [Updated] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread anishek (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] anishek updated HIVE-17426: --- Attachment: HIVE-17426.1.patch attaching the patch with rebase on master > Execution framework in hive to

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

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko reassigned HIVE-17452: - > HPL/SQL function variable block is not initialized >

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

2017-09-05 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin reassigned HIVE-17453: > Missing ASF headers 2 classes > - > > Key:

[jira] [Commented] (HIVE-17362) The MAX_PREWARM_TIME should be configurable on HoS

2017-09-05 Thread Peter Vary (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153362#comment-16153362 ] Peter Vary commented on HIVE-17362: --- I will be honest with you [~leftylev]: I am a developer, so it

[jira] [Commented] (HIVE-17261) Hive use deprecated ParquetInputSplit constructor which blocked parquet dictionary filter

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153206#comment-16153206 ] Hive QA commented on HIVE-17261: Here are the results of testing the latest attachment:

[jira] [Updated] (HIVE-17027) HPL/SQL requires single quotes for string literals, resulting in surprising behavior

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko updated HIVE-17027: -- Attachment: HIVE-17027.1.patch > HPL/SQL requires single quotes for string literals, resulting

[jira] [Updated] (HIVE-12767) Implement table property to address Parquet int96 timestamp bug

2017-09-05 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-12767: -- Labels: (was: TODOC2.4) > Implement table property to address Parquet int96 timestamp bug >

[jira] [Updated] (HIVE-17027) HPL/SQL requires single quotes for string literals, resulting in surprising behavior

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko updated HIVE-17027: -- Status: Patch Available (was: Open) > HPL/SQL requires single quotes for string literals,

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

2017-09-05 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated HIVE-17453: - Attachment: HIVE-17453.1.patch > Missing ASF headers 2 classes > - >

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

2017-09-05 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated HIVE-17453: - Affects Version/s: 3.0.0 > Missing ASF headers 2 classes > - > >

[jira] [Commented] (HIVE-17420) bootstrap - get replid before object dump

2017-09-05 Thread anishek (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153364#comment-16153364 ] anishek commented on HIVE-17420: hey [~thejas] i couldnt find this commit on master , can you please

[jira] [Updated] (HIVE-17420) bootstrap - get replid before object dump

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-17420: - Resolution: Fixed Status: Resolved (was: Patch Available) Patch committed to master.

[jira] [Issue Comment Deleted] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated HIVE-17426: - Comment: was deleted (was: +1 ) > Execution framework in hive to run tasks in parallel other

[jira] [Commented] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153184#comment-16153184 ] Thejas M Nair commented on HIVE-17426: -- +1 > Execution framework in hive to run tasks in parallel

[jira] [Commented] (HIVE-17420) bootstrap - get replid before object dump

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153185#comment-16153185 ] Thejas M Nair commented on HIVE-17420: -- +1 > bootstrap - get replid before object dump >

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

2017-09-05 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated HIVE-17453: - Status: Patch Available (was: Open) > Missing ASF headers 2 classes >

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

2017-09-05 Thread ZhangBing Lin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ZhangBing Lin updated HIVE-17453: - Description: TestTxnCommandsBase.java and TestTxnNoBuckets.java are missing the ASF header that

[jira] [Commented] (HIVE-17027) HPL/SQL requires single quotes for string literals, resulting in surprising behavior

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153197#comment-16153197 ] Dmitry Tolpeko commented on HIVE-17027: --- Actually HPL already parses double quoted strings as

[jira] [Commented] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153207#comment-16153207 ] Hive QA commented on HIVE-17426: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-17027) HPL/SQL requires single quotes for string literals, resulting in surprising behavior

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153332#comment-16153332 ] Dmitry Tolpeko commented on HIVE-17027: --- There are also issues with variable initialization, I

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

2017-09-05 Thread Dmitry Tolpeko (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Tolpeko updated HIVE-17452: -- Component/s: hpl/sql > HPL/SQL function variable block is not initialized >

[jira] [Commented] (HIVE-17420) bootstrap - get replid before object dump

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153901#comment-16153901 ] Thejas M Nair commented on HIVE-17420: -- Updated errata.txt as I committed with message for

[jira] [Comment Edited] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153899#comment-16153899 ] Thejas M Nair edited comment on HIVE-17426 at 9/5/17 4:12 PM: -- Updated

[jira] [Commented] (HIVE-17426) Execution framework in hive to run tasks in parallel other than MR Tasks

2017-09-05 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153899#comment-16153899 ] Thejas M Nair commented on HIVE-17426: -- Updated errata.txt - {code} git commit

[jira] [Updated] (HIVE-16495) ColumnStats merge should consider the accuracy of the current stats

2017-09-05 Thread Zoltan Haindrich (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zoltan Haindrich updated HIVE-16495: Attachment: HIVE-16495.03.patch #3) minor changes: * removed setting stats to 0 -

[jira] [Commented] (HIVE-17362) The MAX_PREWARM_TIME should be configurable on HoS

2017-09-05 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153843#comment-16153843 ] Xuefu Zhang commented on HIVE-17362: I think it's probably better to document those params separately

[jira] [Comment Edited] (HIVE-17368) DBTokenStore fails to connect in Kerberos enabled remote HMS environment

2017-09-05 Thread Vihang Karajgaonkar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16152093#comment-16152093 ] Vihang Karajgaonkar edited comment on HIVE-17368 at 9/5/17 5:19 PM:

[jira] [Commented] (HIVE-17401) Hive session idle timeout doesn't function properly

2017-09-05 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153947#comment-16153947 ] Xuefu Zhang commented on HIVE-17401: Hi [~pvary], Thanks for the review. I think your suggestion makes

[jira] [Assigned] (HIVE-15156) Support Nested Column Field Pruning for Parquet Vectorized Reader

2017-09-05 Thread Chao Sun (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-15156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Sun reassigned HIVE-15156: --- Assignee: Chao Sun > Support Nested Column Field Pruning for Parquet Vectorized Reader >

[jira] [Commented] (HIVE-16495) ColumnStats merge should consider the accuracy of the current stats

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16153935#comment-16153935 ] Hive QA commented on HIVE-16495: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-16886) HMS log notifications may have duplicated event IDs if multiple HMS are running concurrently

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-16886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16154054#comment-16154054 ] Eugene Koifman commented on HIVE-16886: --- [~anishek], [~akolb] I think SQL injection would be an

[jira] [Work stopped] (HIVE-17428) REPL LOAD of ALTER_PARTITION event doesn't create import tasks if the partition doesn't exist during analyze phase.

2017-09-05 Thread Sankar Hariappan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-17428 stopped by Sankar Hariappan. --- > REPL LOAD of ALTER_PARTITION event doesn't create import tasks if the >

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Attachment: HIVE-17429.1.patch > Hive JDBC doesn't return rows when querying Impala >

[jira] [Updated] (HIVE-17429) Hive JDBC doesn't return rows when querying Impala

2017-09-05 Thread Zach Amsden (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Amsden updated HIVE-17429: --- Attachment: (was: hive-resultset.patch) > Hive JDBC doesn't return rows when querying Impala >

  1   2   >