You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Ryota Egashira (JIRA)" <ji...@apache.org> on 2014/03/28 18:18:16 UTC

[jira] [Created] (OOZIE-1764) Add concise option to jobs/job web API for bundle

Ryota Egashira created OOZIE-1764:
-------------------------------------

             Summary: Add concise option to jobs/job web API for bundle
                 Key: OOZIE-1764
                 URL: https://issues.apache.org/jira/browse/OOZIE-1764
             Project: Oozie
          Issue Type: Bug
            Reporter: Ryota Egashira
            Assignee: Ryota Egashira


{v1,v2}/jobs?jobtype=bundle return conf of each bundle job, which unnecessarily increase size of response, slowing down API. (most users need only list of bundle job ids, and /job api returns conf)  
/jobs api also always returns empty array as bundleCoordJobs, which is confusing.

{v1,v2}/job/<bundle job id> returns conf of each coordinator job, similarly.

for backward compatibility, this patch to add concise option to API that exclude these parts 
(These can be cleaned up in v3, as well)



--
This message was sent by Atlassian JIRA
(v6.2#6252)