[ https://issues.apache.org/jira/browse/OOZIE-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
abhishek bafna updated OOZIE-2517: ---------------------------------- Attachment: OOZIE-2517-010.patch Fixed the line containing more than 132 characters. > 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, 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)