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

Reply via email to