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

[jira] [Created] (HIVE-17865) MetastoreEventListener - OnUpdate and OnDelete events required for capturing the event on {{UPDATE}} and {{DELETE}} statements respectively

Daniel del Castillo created HIVE-17865:
------------------------------------------

             Summary: 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
    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)