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)