Robert Kanter created OOZIE-1236:
------------------------------------
Summary: Documentation on capture-output element for Java action
has incorrect property to get the filename
Key: OOZIE-1236
URL: https://issues.apache.org/jira/browse/OOZIE-1236
Project: Oozie
Issue Type: Bug
Components: docs
Affects Versions: 3.3.0, trunk
Reporter: Robert Kanter
Priority: Minor
In the documentation
[here|http://oozie.apache.org/docs/3.3.1/WorkflowFunctionalSpec.html#a3.2.7_Java_Action],
it says:
{quote}
The capture-output element can be used to propagate values back into Oozie
context, which can then be accessed via EL-functions. This needs to be written
out as a java properties format file. The filename is obtained via a System
property specified by the constant
JavaMainMapper.OOZIE_JAVA_MAIN_CAPTURE_OUTPUT_FILE
{quote}
That property is incorrect; it should be {{oozie.action.output.properties}},
which is what the [Java action
cookbook|https://cwiki.apache.org/OOZIE/java-cookbook.html] has.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira