You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Denes Bodo (JIRA)" <ji...@apache.org> on 2019/03/21 07:52:00 UTC

[jira] [Comment Edited] (OOZIE-148) GH-126: PurgeCommand should purge the workflow jobs w/o end_time

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

Denes Bodo edited comment on OOZIE-148 at 3/21/19 7:51 AM:
-----------------------------------------------------------

I think this can be closed. See OOZIE-1401.
cc [~kmarton] [~asalamon74]


was (Author: dionusos):
I think this can be closed. See OOZIE-1401.
cc [~BoglarkaEgyed] [~asalamon74]

> 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
>            Priority: Major
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)