[ https://issues.apache.org/jira/browse/OOZIE-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13947118#comment-13947118 ]
Rohini Palaniswamy commented on OOZIE-1746: ------------------------------------------- Test failures are known flaky ones. +1 for the patch. But please address the below issues and put up a new patch to have pre-commit build in green -1 the patch contains 14 line(s) with tabs -1 the patch contains 9 line(s) longer than 132 characters -1 the patch seems to introduce 1 new RAT warning(s) -1 the patch seems to introduce 6 new javac warning(s) > New API to fetch workflows corresponding to coordinator action reruns > --------------------------------------------------------------------- > > Key: OOZIE-1746 > URL: https://issues.apache.org/jira/browse/OOZIE-1746 > Project: Oozie > Issue Type: New Feature > Affects Versions: trunk > Reporter: Mona Chitnis > Assignee: Mona Chitnis > Fix For: trunk > > Attachments: OOZIE-1746-0.patch, OOZIE-1746-1.patch, > OOZIE-1746-2.patch, OOZIE-1746-3.patch > > > The coordinator action's 'external id' only points to the latest workflow > launched, in the case of rerun. We lose context of the previous workflows > corresponding to this action and no easy API to retrieve them. This JIRA adds > this API functionality for Web-service, web-console and CLI > Usage: > Web Service API: > http://my-oozie-url:4080/oozie/v2/job/COORD-ID?getreruns=<action num> > CLI: $> oozie job -info COORD-ID -getreruns <action-num> > Web-console: New tab 'Coord Action Reruns' alongside Coord Job Info, Coord > Definition etc.., to input the action num in text box and press button to get > list of workflows -- This message was sent by Atlassian JIRA (v6.2#6252)