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

Abhishek Bafna commented on OOZIE-2517:
---------------------------------------

Thanks [~jaydeepvishwakarma] for review and committing.

> 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
>             Fix For: 4.3.0
>
>         Attachments: OOZIE-2517-001.patch, OOZIE-2517-003.patch, 
> OOZIE-2517-005.patch, OOZIE-2517-007.patch, OOZIE-2517-008.patch, 
> OOZIE-2517-009.patch, OOZIE-2517-010.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)

Reply via email to