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

2019-03-21 Thread Julia Kinga Marton (JIRA)


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

Julia Kinga Marton commented on OOZIE-148:
--

You are right [~dionusos]. this was fixed by -OOZIE-1401.-

Thanks!

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


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

2019-03-21 Thread Denes Bodo (JIRA)


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

Denes Bodo commented on OOZIE-148:
--

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)