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/04/28 16:44:12 UTC

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

abhishek bafna created OOZIE-2517:
-------------------------------------

             Summary: 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


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)