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

Hudson commented on HIVE-4393:
------------------------------

Integrated in Hive-trunk-hadoop2 #173 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/173/])
    HIVE-4393 Make the deleteData flag accessable from DropTable/Partition 
events
(Morgan Philips via namit) (Revision 1471220)

     Result = FAILURE
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1471220
Files : 
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/DropPartitionEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/DropTableEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreDropPartitionEvent.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/events/PreDropTableEvent.java

                
> Make the deleteData flag accessable from DropTable/Partition events
> -------------------------------------------------------------------
>
>                 Key: HIVE-4393
>                 URL: https://issues.apache.org/jira/browse/HIVE-4393
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore
>            Reporter: Morgan Phillips
>            Assignee: Morgan Phillips
>            Priority: Minor
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4393.D10443.1.patch, HIVE-4393.D10443.2.patch
>
>
> On occasion, due to some error during a drop, information is removed from the 
> metastore but data, which should have been removed, remains intact on the 
> DFS.  In order to log such events via PreEvent and Event listeners a new 
> method 'getDeleteData' should be added to (Pre)DropPartitionEvent and 
> (Pre)DropTableEvent which returns the deleteData flag's value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to