Description
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
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)) { ... }
Attachments
Attachments
Issue Links
- links to