You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2014/05/16 13:08:25 UTC

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

Robert Kanter created OOZIE-1846:
------------------------------------

             Summary: 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


{{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)