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

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

     [ https://issues.apache.org/jira/browse/HIVE-15754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nachiket Vaidya updated HIVE-15754:
-----------------------------------
    Attachment: HIVE-15754.1.patch

> 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, HIVE-15754.1.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)