Satish Subhashrao Saley created OOZIE-2652: ----------------------------------------------
Summary: 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 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)