You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Daniel del Castillo (JIRA)" <ji...@apache.org> on 2017/10/20 14:34:00 UTC

[jira] [Updated] (HIVE-17865) MetaStoreEventListener - OnUpdate and OnDelete events required for capturing the event on UPDATE and DELETE statements respectively

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

Daniel del Castillo updated HIVE-17865:
---------------------------------------
    Summary: MetaStoreEventListener - OnUpdate and OnDelete events required for capturing the event on UPDATE and DELETE statements respectively  (was: MetastoreEventListener - OnUpdate and OnDelete events required for capturing the event on {{UPDATE}} and {{DELETE}} statements respectively)

> MetaStoreEventListener - OnUpdate and OnDelete events required for capturing the event on UPDATE and DELETE statements respectively
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-17865
>                 URL: https://issues.apache.org/jira/browse/HIVE-17865
>             Project: Hive
>          Issue Type: New Feature
>          Components: Metastore
>    Affects Versions: 2.3.0
>            Reporter: Daniel del Castillo
>            Priority: Minor
>
> Extend {{MetaStoreEventListener}} with 2 new methods to capture the execution of {{UPDATE}} and {{DELETE}} statements, e.g.:
> {code:java}
> public void onUpdate(UpdateEvent updateEvent) throws MetaException {
> }
> public void onDelete(DeleteEvent deleteEvent) throws MetaException {
> }
> {code}
> In a similar fashion to {{InsertEvent}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)