You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (JIRA)" <ji...@apache.org> on 2012/07/06 04:42:33 UTC

[jira] [Commented] (OOZIE-874) Eliminate redundancies in xml

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

Virag Kothari commented on OOZIE-874:
-------------------------------------

Parsing will fail if namespace is not specified. 
E.g globalConfig.getChildText("name"); -> globalConfig.getChildText("name", ns); Same comment for other places

Add test cases that ensure that global properties are used and if local properties exists, their values override global. 
                
> Eliminate redundancies in xml
> -----------------------------
>
>                 Key: OOZIE-874
>                 URL: https://issues.apache.org/jira/browse/OOZIE-874
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Britt Cyr
>            Assignee: Britt Cyr
>         Attachments: OOZIE-874-v2.patch, OOZIE-874-v3.patch, OOZIE-874.patch
>
>
> Allow for users to define name-node, job-tracker, and configuration in a global section of the workflow.xml so that they do not have to repeat it for every action.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira