[
https://issues.apache.org/jira/browse/OOZIE-2652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488126#comment-15488126
]
Jaydeep Vishwakarma commented on OOZIE-2652:
--------------------------------------------
Look like some issue with the patch, Patch failed to apply.
As multiple exceptions are executing same statement, Can you change it to or
condition like.
{code}
(SecurityException | NoSuchMethodException e)
{code}
> Skip trash while deleting hive table partition
> ----------------------------------------------
>
> Key: OOZIE-2652
> URL: https://issues.apache.org/jira/browse/OOZIE-2652
> Project: Oozie
> Issue Type: Bug
> Reporter: Satish Subhashrao Saley
> Assignee: Satish Subhashrao Saley
> Attachments: OOZIE-2652-1.patch
>
>
> Currently, when we delete a partition in the work flow, the data persists in
> trash and does not get purged. This takes up namespaces.
> {code}
> <pig>
> <job-tracker>${jobTracker}</job-tracker>
> <name-node>${oozieNameNode}</name-node>
> <prepare>
> <delete path="${hcat_uri}/${my_db}/${my_table}/date=${DATE}"/>
> </prepare>
> {code}
> Solution: User will pass on "skip-trash" option. Accordingly, Oozie will call
> appropriate hcat api.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)