[jira] [Updated] (HIVE-17139) Conditional expressions optimization: skip the expression evaluation if the condition is not satisfied for vectorization engine.

2017-09-05 Thread Ke Jia (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ke Jia updated HIVE-17139: -- Attachment: HIVE-17139.7.patch > Conditional expressions optimization: skip the expression evaluation if the >

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

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

[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&focusedCommentId=16154821#comment-16154821 ] Hive QA commented on HIVE-16927: Here are the results of testing the latest attachment:

[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` =

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

2017-09-05 Thread Chaozhong Yang (JIRA)
ns into original table 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

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

2017-09-05 Thread Chaozhong Yang (JIRA)
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_ta

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

[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&focusedCommentId=16154794#comment-16154794 ] Chris Drome commented on HIVE-13989: [~vgumashta], I checked all of the failures on th

[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&focusedCommentId=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&focusedCommentId=16154766#comment-16154766 ] Bing Li commented on HIVE-10567: [~ashutoshc] I found that the previous patch could work o

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

[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&focusedCommentId=16154706#comment-16154706 ] Hive QA commented on HIVE-17455: Here are the results of testing the latest attachment:

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

[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] [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-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&focusedCommentId=16154674#comment-16154674 ] Sergey Shelukhin commented on HIVE-17455: - nit: the map should be final. Also, Lla

[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&focusedCommentId=16154664#comment-16154664 ] Jason Dere commented on HIVE-17456: --- Actually, this patch is built on top of the patch f

[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&focusedCommentId=16154662#comment-16154662 ] Sergey Shelukhin commented on HIVE-17456: - +1 pending tests. Actually is adding a

[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] [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&focusedCommentId=16154657#comment-16154657 ] Vihang Karajgaonkar commented on HIVE-17429: I was about to attach the patch a

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

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

[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&focusedCommentId=16154652#comment-16154652 ] Prasanth Jayachandran edited comment on HIVE-17417 at 9/6/17 12:54 AM: -

[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&focusedCommentId=16154652#comment-16154652 ] Prasanth Jayachandran commented on HIVE-17417: -- Tests failed as the initial d

[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&focusedCommentId=16154651#comment-16154651 ] Vihang Karajgaonkar commented on HIVE-17429: Oh, now that I looked at this aga

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

[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&focusedCommentId=16154650#comment-16154650 ] Hive QA commented on HIVE-17429: Here are the results of testing the latest attachment:

[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&focusedCommentId=16154571#comment-16154571 ] Sergey Shelukhin commented on HIVE-15665: - [~prasanth_j] here's the ORC jira. Lots

[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] [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&focusedCommentId=16154563#comment-16154563 ] Hive QA commented on HIVE-17452: 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 e

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

[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&focusedCommentId=16154553#comment-16154553 ] Vihang Karajgaonkar commented on HIVE-17429: I see your patch next in the line

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

[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&focusedCommentId=16154524#comment-16154524 ] Zach Amsden commented on HIVE-17429: That doesn't seem to have triggered the pre-commi

[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-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&focusedCommentId=16154460#comment-16154460 ] Jesus Camacho Rodriguez commented on HIVE-17419: [~ashutoshc], could you t

[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&focusedCommentId=16154453#comment-16154453 ] Hive QA commented on HIVE-17386: Here are the results of testing the latest attachment:

[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&focusedCommentId=16154377#comment-16154377 ] Prasanth Jayachandran edited comment on HIVE-17280 at 9/5/17 9:55 PM: --

[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&focusedCommentId=16154377#comment-16154377 ] Prasanth Jayachandran commented on HIVE-17280: -- [~mgaido] Posted a patch to H

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

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

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

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

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

[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] [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&focusedCommentId=16154297#comment-16154297 ] Peter Vary commented on HIVE-17401: --- Thanks for the patch [~xuefuz]. HIVE-17401.2.patch

[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&focusedCommentId=16154280#comment-16154280 ] Hive QA commented on HIVE-17428: Here are the results of testing the latest attachment:

[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&focusedCommentId=16154243#comment-16154243 ] Zhiyuan Yang commented on HIVE-17393: - Thanks [~sershe] for reivew! > AMReporter need

[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&focusedCommentId=16154240#comment-16154240 ] Sergey Shelukhin commented on HIVE-17393: - +1 > AMReporter need hearbeat every ex

[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] [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] [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 Hive

[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] [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&focusedCommentId=16154166#comment-16154166 ] Hive QA commented on HIVE-17401: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-17361) Support LOAD DATA for transactional tables

2017-09-05 Thread Wei Zheng (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154142#comment-16154142 ] Wei Zheng commented on HIVE-17361: -- Sure. Attached RB. > Support LOAD DATA for transacti

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

2017-09-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154139#comment-16154139 ] Aihua Xu commented on HIVE-17368: - That makes sense. The change looks good to me. +1.

[jira] [Commented] (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&focusedCommentId=16154138#comment-16154138 ] Vihang Karajgaonkar commented on HIVE-17368: added https://reviews.apache.org/

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

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HIVE-17386: Attachment: HIVE-17386.02.patch Rebased the patch on top of master now that all the prerequi

[jira] [Commented] (HIVE-17361) Support LOAD DATA for transactional tables

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154123#comment-16154123 ] Eugene Koifman commented on HIVE-17361: --- [~wei.zheng] could you make an RB please >

[jira] [Commented] (HIVE-17431) change configuration handling in TezSessionState

2017-09-05 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154113#comment-16154113 ] Sergey Shelukhin commented on HIVE-17431: - test failures are unrelated > change c

[jira] [Updated] (HIVE-17373) Upgrade some dependency versions

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

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

2017-09-05 Thread Aihua Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154093#comment-16154093 ] Aihua Xu commented on HIVE-17368: - [~vihangk1] Can you create a RB for the change? What's

[jira] [Updated] (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 ] Sankar Hariappan updated HIVE-17428: Status: Patch Available (was: Open) > REPL LOAD of ALTER_PARTITION event doesn't create imp

[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 ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154078#comment-16154078 ] ASF GitHub Bot commented on HIVE-17428: --- GitHub user sankarh opened a pull request:

[jira] [Updated] (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 ] Sankar Hariappan updated HIVE-17428: Attachment: HIVE-17428.02.patch Added 02.patch with fixes for test failures. > REPL LOAD of

[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] [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: (was: hive-resultset.patch) > Hive JDBC doesn't return rows when querying Impala > ---

[jira] [Updated] (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:all-tabpanel ] Xuefu Zhang updated HIVE-17401: --- Attachment: HIVE-17401.2.patch > Hive session idle timeout doesn't function properly > ---

[jira] [Commented] (HIVE-17138) FileSinkOperator doesn't create empty files for acid path

2017-09-05 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154068#comment-16154068 ] Eugene Koifman commented on HIVE-17138: --- HIVE-13403 (Streaming) doesn't seem to chec

[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&focusedCommentId=16154054#comment-16154054 ] Eugene Koifman commented on HIVE-16886: --- [~anishek], [~akolb] I think SQL injection

[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&focusedCommentId=16152093#comment-16152093 ] Vihang Karajgaonkar edited comment on HIVE-17368 at 9/5/17 5:19 PM:

[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-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&focusedCommentId=16153947#comment-16153947 ] Xuefu Zhang commented on HIVE-17401: Hi [~pvary], Thanks for the review. I think your

[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&focusedCommentId=16153935#comment-16153935 ] Hive QA commented on HIVE-16495: Here are the results of testing the latest attachment:

[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&focusedCommentId=16153901#comment-16153901 ] Thejas M Nair commented on HIVE-17420: -- Updated errata.txt as I committed with messag

[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&focusedCommentId=16153899#comment-16153899 ] Thejas M Nair edited comment on HIVE-17426 at 9/5/17 4:12 PM: --

[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&focusedCommentId=16153899#comment-16153899 ] Thejas M Nair commented on HIVE-17426: -- Updated errata.txt - {code} git commit

[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&focusedCommentId=16153843#comment-16153843 ] Xuefu Zhang commented on HIVE-17362: I think it's probably better to document those p

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

[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&focusedCommentId=16153605#comment-16153605 ] Hive QA commented on HIVE-17426: Here are the results of testing the latest attachment:

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

2017-09-05 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153530#comment-16153530 ] Hive QA commented on HIVE-17453: 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 Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153460#comment-16153460 ] Hive QA commented on HIVE-17027: Here are the results of testing the latest attachment:

[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.2.patch sending in 0 as current transaction id when not acid type use case > Execution

[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&focusedCommentId=16153433#comment-16153433 ] Peter Vary commented on HIVE-17401: --- Hi [~xuefuz], I have taken a look at the patch. Lo

[jira] [Commented] (HIVE-13090) Hive metastore crashes on NPE with ZooKeeperTokenStore

2017-09-05 Thread chuanjie.duan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16153409#comment-16153409 ] chuanjie.duan commented on HIVE-13090: -- I just apply the patch on hive1.2.1, but TTra

[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&focusedCommentId=16153387#comment-16153387 ] Hive QA commented on HIVE-17426: Here are the results of testing the latest attachment:

[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&focusedCommentId=16153376#comment-16153376 ] anishek commented on HIVE-17420: [~thejas] looks like the above patch is committed with HI

[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-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&focusedCommentId=16153362#comment-16153362 ] Peter Vary commented on HIVE-17362: --- I will be honest with you [~leftylev]: I am a devel

[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&focusedCommentId=16153364#comment-16153364 ] anishek commented on HIVE-17420: hey [~thejas] i couldnt find this commit on master , can

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

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

  1   2   >