GH-126: PurgeCommand should purge the workflow jobs w/o end_time
----------------------------------------------------------------
Key: OOZIE-148
URL: https://issues.apache.org/jira/browse/OOZIE-148
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
Currently, PurgeCommand is not working with those workflow jobs with
end_time=null. This command needs to take care of those jobs as well. It could
be done by checking created_time if end_time is not available.
The current query:
select w from WorkflowJobBean w where w.endTimestamp < :endTime
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira