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

Sai Chirravuri updated OOZIE-2225:
----------------------------------
    Attachment: OOZIE-2225-001.patch

This patch adds a new filter option 'text' to any oozie job.

A query with text='asdf' would return all the jobs which satisfy ANY of the 
following conditions.
1. job.name.contains(text)
2. job.user.contains(text)
3. job.id = text

> Add wild card filter for gathering jobs
> ---------------------------------------
>
>                 Key: OOZIE-2225
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2225
>             Project: Oozie
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 4.1.0
>            Reporter: Sai Chirravuri
>            Assignee: Sai Chirravuri
>         Attachments: OOZIE-2225-001.patch
>
>
> Oozie currently supports name, user, group, status, frequency and unit as 
> filter params.
> Add wild card param that matches partially with name/user or complete match 
> with ID



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

Reply via email to