-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
/** * Queue MaterializeTransitionXCommand */ protected void queueMaterializeTransitionXCommand(String jobId) { // submit a command to materialize jobs for the next 1 hour (3600 secs) // so we don't wait 10 mins for the Service to run. queue(new CoordMaterializeTransitionXCommand(jobId, 3600), 100); }
- is part of
-
OOZIE-1846 Convert CoordActionMaterializeCommand to an XCommand and remove Command
-
- Resolved
-