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

Satish Subhashrao Saley updated OOZIE-2652:
-------------------------------------------
    Attachment: OOZIE-2652-1.patch

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

Reply via email to