[
https://issues.apache.org/jira/browse/OOZIE-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
abhishek bafna updated OOZIE-2516:
----------------------------------
Fix Version/s: (was: trunk)
4.3.0
> Update web service documentation for jobs API
> ---------------------------------------------
>
> Key: OOZIE-2516
> URL: https://issues.apache.org/jira/browse/OOZIE-2516
> Project: Oozie
> Issue Type: Bug
> Components: docs
> Reporter: abhishek bafna
> Assignee: abhishek bafna
> Fix For: 4.3.0
>
> Attachments: OOZIE-2516-01.patch
>
>
> 1. Support for the 'group' filter is removed from the jobs API but the
> WebService documentation is not updated for the same.
> 2. jobs API supports the 'id' filter which is also not documented in the web
> services.
> https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Jobs_Information
> From WorkflowsJobGetJPAExecutor and StoreStatusFilter
> {code}
> if (entry.getKey().equals(OozieClient.FILTER_GROUP)) {
> XLog.getLog(getClass()).warn("Filter by 'group' is not supported anymore");
> }
> ...
> if (entry.getKey().equals(OozieClient.FILTER_ID)) {
> ...
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)