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/11/10 19:30:34 UTC

[jira] [Commented] (OOZIE-2060) Incorrect documentation of Java action config XML filename

    [ https://issues.apache.org/jira/browse/OOZIE-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205120#comment-14205120 ] 

Robert Kanter commented on OOZIE-2060:
--------------------------------------

Good catch.  It should say that it's available in a file is given by an environment variable named "oozie.action.conf.xml".  
For example:
{code:java}
Configuration actionConf = new Configuration(false);
actionConf.addResource(new Path("file:///", System.getProperty("oozie.action.conf.xml")));
{code}

> Incorrect documentation of Java action config XML filename
> ----------------------------------------------------------
>
>                 Key: OOZIE-2060
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2060
>             Project: Oozie
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 3.3.2, 4.0.0, 4.0.1
>            Reporter: Ben Roling
>            Priority: Minor
>
> The [documentation of Java action|https://oozie.apache.org/docs/4.0.1/WorkflowFunctionalSpec.html#a3.2.7_Java_Action] suggests that Java action configuration is available in a file named "oozie-action.conf.xml".
> This does not seem to me to be true.  My experience is that this configuration is available in "action.xml".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)