-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2997/
-----------------------------------------------------------
(Updated 2011-12-08 01:18:05.646095)
Review request for oozie, Mohammad Islam and Angelo K. Huang.
Changes
-------
incorporated review comments
Summary
-------
In workflow rerun, parametrized variables were not getting replaced with values
in the action configuration, causing a JA018 error. Therefore it is required to
have the action configuration in the rerun code to update itself with the
values corresponding to the keys.
This addresses bug OOZIE-8.
https://issues.apache.org/jira/browse/OOZIE-8
Diffs (updated)
-----
trunk/core/src/main/java/org/apache/oozie/command/wf/ReRunXCommand.java
1210771
trunk/core/src/test/java/org/apache/oozie/command/wf/TestReRunXCommand.java
1210771
trunk/core/src/test/resources/rerun-varsub-wf.xml PRE-CREATION
Diff: https://reviews.apache.org/r/2997/diff
Testing
-------
yes
Thanks,
Mona