You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "abhishek bafna (JIRA)" <ji...@apache.org> on 2016/06/17 10:15:05 UTC

[jira] [Commented] (OOZIE-2517) Add support for startCreatedTime and endCreatedTime filters for coord and bundles

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

abhishek bafna commented on OOZIE-2517:
---------------------------------------

[~satishsaley] Can you please take look at the patch. You have recently worked on a similar issue. Thanks.

> Add support for startCreatedTime and endCreatedTime filters for coord and bundles
> ---------------------------------------------------------------------------------
>
>                 Key: OOZIE-2517
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2517
>             Project: Oozie
>          Issue Type: Bug
>          Components: core
>            Reporter: abhishek bafna
>            Assignee: abhishek bafna
>         Attachments: OOZIE-2517-001.patch, OOZIE-2517-003.patch, OOZIE-2517-005.patch
>
>
> Support for the 'startCreatedTime' and 'endCreatedTime' is not implemented for the coordinators and bundle job. 
> Curl command with jobtype coordinator and bundle fails where as jobtype=wf executes successfully.
> https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Jobs_Information
> {noformat}
> curl "http://host:11000/oozie/v2/jobs?filter=startCreatedTime%3D2016-04-28T00%3A00Z&jobtype=bundle"
> curl "http://host:11000/oozie/v2/jobs?filter=startCreatedTime%3D2016-04-28T00%3A00Z&jobtype=coordinator"
> curl "http://host:11000/oozie/v2/jobs?filter=startCreatedTime%3D2016-04-28T00%3A00Z&jobtype=wf"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)