[ 
https://issues.apache.org/jira/browse/OOZIE-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204182#comment-13204182
 ] 

[email protected] commented on OOZIE-677:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3756/
-----------------------------------------------------------

(Updated 2012-02-09 01:38:25.845285)


Review request for oozie.


Changes
-------

Integrating Santhosh's comments


Summary
-------

https://issues.apache.org/jira/browse/OOZIE-677


This addresses bug oozie-677.
    https://issues.apache.org/jira/browse/oozie-677


Diffs (updated)
-----

  trunk/client/src/main/java/org/apache/oozie/cli/OozieCLI.java 1242197 
  trunk/client/src/main/java/org/apache/oozie/client/OozieClient.java 1242197 
  trunk/client/src/main/java/org/apache/oozie/client/rest/RestConstants.java 
1242197 
  trunk/core/src/main/java/org/apache/oozie/BaseEngine.java 1242197 
  trunk/core/src/main/java/org/apache/oozie/BundleEngine.java 1242197 
  trunk/core/src/main/java/org/apache/oozie/CoordinatorEngine.java 1242197 
  trunk/core/src/main/java/org/apache/oozie/DagEngine.java 1242197 
  trunk/core/src/main/java/org/apache/oozie/ErrorCode.java 1242197 
  trunk/core/src/main/java/org/apache/oozie/command/coord/CoordJobXCommand.java 
1242197 
  
trunk/core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionsSubsetJPAExecutor.java
 1242197 
  trunk/core/src/main/java/org/apache/oozie/servlet/V1JobServlet.java 1242197 
  trunk/core/src/test/java/org/apache/oozie/TestCoordinatorEngine.java 1242197 
  
trunk/core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobGetActionsSubsetJPAExecutor.java
 1242197 
  
trunk/core/src/test/java/org/apache/oozie/servlet/MockCoordinatorEngineService.java
 1242197 
  trunk/docs/src/site/twiki/DG_CommandLineTool.twiki 1242197 

Diff: https://reviews.apache.org/r/3756/diff


Testing
-------

Test cases added
Checked filter option thru. command line after running cron example


Thanks,

Virag


                
> Add Filter API for status on coordinator actions
> ------------------------------------------------
>
>                 Key: OOZIE-677
>                 URL: https://issues.apache.org/jira/browse/OOZIE-677
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Virag Kothari
>
> Currently the filter option is only supported for 'oozie jobs'.
> In some cases, they are also required for 'oozie job'. E.g to filter 
> coordinator actions for a coordinator job, filter coordinator jobs for a 
> bundle etc.
> This jira proposes to provide status filters for coordinator actions on a 
> coordinator job
> E.g oozie job -info coordjobid -filter status=RUNNING;status=KILLED

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to