You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2017/02/07 21:39:41 UTC

[jira] [Commented] (HIVE-15754) exchange partition is not generating notifications

    [ https://issues.apache.org/jira/browse/HIVE-15754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856838#comment-15856838 ] 

Sergio Peña commented on HIVE-15754:
------------------------------------

Thanks [~vaidyand]. The patch on the RB looks good now. Could you attach it here to rerun the tests?

> exchange partition is not generating notifications
> --------------------------------------------------
>
>                 Key: HIVE-15754
>                 URL: https://issues.apache.org/jira/browse/HIVE-15754
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog
>    Affects Versions: 2.2.0
>            Reporter: Nachiket Vaidya
>            Assignee: Nachiket Vaidya
>            Priority: Critical
>             Fix For: 2.2.0
>
>         Attachments: HIVE-15754.0.patch
>
>
> exchange partition event is not generating notifications in notification_log.
> There should multiple events generated. one add_partition event and several drop_partition events.
> for example:
> {noformat}
> ALTER TABLE tab1 EXCHANGE PARTITION (part=1) WITH TABLE tab2;
> {noformat}
> There should be the following events:
> ADD_PARTITION on tab2 on partition (part=1)
> DROP_PARTITION on tab1 on partition (part=1)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)