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


Weren't we also planning to add a --non-succeeded option (or some other nice 
name which is also easy to type) to filter out SUCCEEDED actions and show 
everything else which is what the users mainly wanted? Is that part of a 
separate jira? Doing 
--filter=status=RUNNING\;status=WAITING\;status=PREP\;STATUS=FAILED\;STATUS=KILLED\;STATUS=SUSPENDED
 is really not appealing.


docs/src/site/twiki/WebServicesAPI.twiki
<https://reviews.apache.org/r/19619/#comment70804>

    Retrieve a subset of actions



docs/src/site/twiki/WebServicesAPI.twiki
<https://reviews.apache.org/r/19619/#comment70806>

    Query parameters offset and length can be specified with a workflow job to 
retrieve specific actions. Default is offset=0,len=1000



docs/src/site/twiki/WebServicesAPI.twiki
<https://reviews.apache.org/r/19619/#comment70805>

    Query parameters offset, length and filter can be specified with a 
coordinator job to retrieve specific actions. Query parameter order with value 
"desc" can be used to retrieve the latest coordinator actions materialized 
instead of actions from @1 which is more useful. Default is offset=0,len=0 for 
v2/job (i.e does not return any coordinator actions) and offset=0,len=1000 with 
v1/job. Default order is "asc".
    
    Need to mention this behavior change between v1 and v2 as users are facing 
issues with that.


- Rohini Palaniswamy


On March 25, 2014, 10:43 p.m., Ryota Egashira wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19619/
> -----------------------------------------------------------
> 
> (Updated March 25, 2014, 10:43 p.m.)
> 
> 
> Review request for oozie.
> 
> 
> Bugs: OOZIE-1754
>     https://issues.apache.org/jira/browse/OOZIE-1754
> 
> 
> Repository: oozie-git
> 
> 
> Description
> -------
> 
> https://issues.apache.org/jira/browse/OOZIE-1754
> 
> 
> Diffs
> -----
> 
>   client/src/main/java/org/apache/oozie/cli/OozieCLI.java a6203c6 
>   client/src/main/java/org/apache/oozie/client/OozieClient.java b0a85fd 
>   core/src/test/java/org/apache/oozie/client/TestOozieCLI.java e90d28a 
>   
> core/src/test/java/org/apache/oozie/servlet/MockCoordinatorEngineService.java 
> f174b06 
>   docs/src/site/twiki/DG_CommandLineTool.twiki c13b78a 
>   docs/src/site/twiki/WebServicesAPI.twiki 4b20075 
> 
> Diff: https://reviews.apache.org/r/19619/diff/
> 
> 
> Testing
> -------
> 
> did local test
> 
> 
> Thanks,
> 
> Ryota Egashira
> 
>

Reply via email to