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:07:12 UTC

[jira] [Updated] (OOZIE-2516) Update web service documentation about discontiuned support for 'group' filter in jobs API

     [ https://issues.apache.org/jira/browse/OOZIE-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

abhishek bafna updated OOZIE-2516:
----------------------------------
    Description: 
Support for the 'group' filter is removed from the jobs API but the WebService documentation is not updated for the same.

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");
}
{code}

  was:
Support for the 'group' filter is removed from the jobs API but the WebService documentation is not updated for the same.

>From WorkflowsJobGetJPAExecutor and StoreStatusFilter
{code}
if (entry.getKey().equals(OozieClient.FILTER_GROUP)) {
  XLog.getLog(getClass()).warn("Filter by 'group' is not supported anymore");
}
{code}


> Update web service documentation about discontiuned support for 'group' filter in jobs API
> ------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-2516
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2516
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: abhishek bafna
>            Assignee: abhishek bafna
>             Fix For: 4.2.0
>
>
> Support for the 'group' filter is removed from the jobs API but the WebService documentation is not updated for the same.
> 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");
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)