[
https://issues.apache.org/jira/browse/OOZIE-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077231#comment-14077231
]
Purshotam Shah commented on OOZIE-1930:
---------------------------------------
+1 pending Jenkins. Changes are to revert back to old behavior (prior to
OOZIE-1532).
Minor change, you can modify while committing. Replace start in javadoc with
offset and add "desc".
{code}
/**
* Constructor for loading a coordinator job information
*
* @param id coord jobId
* @param start starting index in the list of actions belonging to the job
* @param length number of actions to be returned
* @param filetrList
*/
public CoordJobXCommand(String id, Map<String, List<String>> filterMap, int
offset, int length, boolean desc) {
super("job.info", "job.info", 1);
this.id = ParamChecker.notEmpty(id, "id");
this.getActionInfo = true;
this.filterMap = filterMap;
this.offset = offset;
this.len = length;
this.desc = desc;
}
{code}
> oozie coordinator "-info desc" returns earliest instead of latest actions
> when specifying "len" after oozie-1532
> ----------------------------------------------------------------------------------------------------------------
>
> Key: OOZIE-1930
> URL: https://issues.apache.org/jira/browse/OOZIE-1930
> Project: Oozie
> Issue Type: Bug
> Reporter: Bowen Zhang
> Assignee: Bowen Zhang
> Fix For: 4.1.0
>
> Attachments: oozie-1930.patch, oozie-1930.patch, oozie-1930.patch
>
>
> This one definitely needs to be part of 4.1
--
This message was sent by Atlassian JIRA
(v6.2#6252)