You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Azrael (JIRA)" <ji...@apache.org> on 2014/06/12 04:10:01 UTC

[jira] [Updated] (OOZIE-1846) Convert CoordActionMaterializeCommand to an XCommand and remove Command

     [ https://issues.apache.org/jira/browse/OOZIE-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Azrael updated OOZIE-1846:
--------------------------

    Attachment: OOZIE-1846.1.patch

Use CoordActionMaterializeCommand for dryrun and remove Command

> Convert CoordActionMaterializeCommand to an XCommand and remove Command
> -----------------------------------------------------------------------
>
>                 Key: OOZIE-1846
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1846
>             Project: Oozie
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 4.0.1
>            Reporter: Robert Kanter
>         Attachments: OOZIE-1846.1.patch
>
>
> {{CoordActionMaterializeCommand}} is only used in one place where we do a coordinator dryrun ({{CoordSubmitXCommand.getDryRun(...)}}); otherwise, {{CoordMaterializeTransitionXCommand}} is normally used.
> {{CoordActionMaterializeCommand}} appears to be the only class left still based on {{Command}}; everything else is using {{XCommand}}.  We should update the code that uses {{CoordActionMaterializeCommand}} to use {{CoordMaterializeTransitionXCommand}} instead.  Then we could completely remove {{Comamnd}}.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)