You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Kiran Nagasubramanian (JIRA)" <ji...@apache.org> on 2011/09/13 21:45:10 UTC

[jira] [Created] (OOZIE-554) New filters for all kinds of jobs

New filters for all kinds of jobs
---------------------------------

                 Key: OOZIE-554
                 URL: https://issues.apache.org/jira/browse/OOZIE-554
             Project: Oozie
          Issue Type: Improvement
            Reporter: Kiran Nagasubramanian



Filters for following fields should be added as described below:

1) Workflow jobs:
     a) Web Console(Custom Filter): Job Id
             Usage: id=<Workflow_Job_ID>
     b) Command line: Job Id
             Usage: oozie jobs -jobtype wf -filter id=<Workflow_Job_ID>

2) Coordinator jobs:
     a) Web Console(Custom Filter): 
			i) Job Id
				Usage: id=<Coord_Job_ID>
			ii) Name
				Usage: name=<Name>, Ex.: aggregator-coord
			iii) Status
				Usage: status=<status>, Ex.: KILLED or SUCCEEDED etc.
			iv) User
				Usage: user=<user_name>
			v) Group
				Usage: group=<group_name>
			vi) Frequency
				Usage: frequency=<frequency>, Ex.: 60 or 1440, etc.
     b) Command line: Job Id
            i) Job Id
				Usage: oozie jobs -jobtype coord -filter id=<Coord_Job_ID>
			ii) Frequency
				Usage: oozie jobs -jobtype coord -filter frequency=<frequency>

3) Bundle jobs:
     a) Command line: Job Id
             Usage: oozie jobs -jobtype bundle -filter id=<Bundle_Job_ID>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira