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)